Skip to content

Commit

Permalink
[Brief] don't display reporting description in Brief
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 authored and maximeperraultdev committed Feb 10, 2025
1 parent 025f8ee commit 49a3e29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ export function Reportings({
<View style={styles.separator} />
</Fragment>
))}
<Text style={[styles.description, { width: 'auto' }]}>Description du signalement</Text>
<Text>{reporting.description}</Text>
</View>
))}
</View>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ export function Reportings({
<View style={styles.separator} />
</Fragment>
))}
<Text style={[styles.description, { width: 'auto' }]}>Description du signalement</Text>
<Text>{reporting.description}</Text>
</View>
))}
</View>
Expand Down

0 comments on commit 49a3e29

Please sign in to comment.