Skip to content

Commit

Permalink
pass shouldBreakWord prop
Browse files Browse the repository at this point in the history
  • Loading branch information
twilight2294 authored Nov 26, 2024
1 parent fd6e738 commit 98eec71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReportDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ function ReportDetailsPage({policies, report, route, reportMetadata}: ReportDeta
furtherDetails={chatRoomSubtitle && !isGroupChat ? additionalRoomDetails : ''}
onPress={() => Navigation.navigate(ROUTES.REPORT_SETTINGS_NAME.getRoute(report.reportID, backTo))}
numberOfLinesTitle={0}
shouldBreakWord
/>
</View>
</OfflineWithFeedback>
Expand Down

0 comments on commit 98eec71

Please sign in to comment.