Skip to content

Commit

Permalink
Merge pull request #40475 from Nodebrute/membersrhp
Browse files Browse the repository at this point in the history
Remove offline indicator
  • Loading branch information
neil-marcellini authored Apr 18, 2024
2 parents 2b603e4 + d26569c commit 9033ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ReportParticipantsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ function ReportParticipantsPage({report, personalDetails, session}: ReportPartic
includeSafeAreaPaddingBottom={false}
style={[styles.defaultModalContainer]}
testID={ReportParticipantsPage.displayName}
shouldShowOfflineIndicatorInWideScreen
>
<FullPageNotFoundView shouldShow={!report || ReportUtils.isArchivedRoom(report) || ReportUtils.isSelfDM(report)}>
<HeaderWithBackButton
Expand Down

0 comments on commit 9033ccb

Please sign in to comment.