Skip to content

Commit

Permalink
fix: 'Members' section of #admins room doesn't have room name near th…
Browse files Browse the repository at this point in the history
…e top like other rooms.

Signed-off-by: krishna2323 <[email protected]>
  • Loading branch information
Krishna2323 committed Nov 26, 2024
1 parent 0354bae commit 88d9f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/ReportParticipantsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import type {ParticipantsNavigatorParamList} from '@libs/Navigation/types';
import * as OptionsListUtils from '@libs/OptionsListUtils';
import * as PersonalDetailsUtils from '@libs/PersonalDetailsUtils';
import * as ReportUtils from '@libs/ReportUtils';
import StringUtils from '@libs/StringUtils';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import ROUTES from '@src/ROUTES';
Expand Down Expand Up @@ -379,6 +380,7 @@ function ReportParticipantsPage({report, route}: ReportParticipantsPageProps) {
}
}}
guidesCallTaskID={CONST.GUIDES_CALL_TASK_IDS.WORKSPACE_MEMBERS}
subtitle={StringUtils.lineBreaksToSpaces(ReportUtils.getReportName(report))}
/>
<View style={[styles.pl5, styles.pr5]}>{headerButtons}</View>
<ConfirmModal
Expand Down

0 comments on commit 88d9f95

Please sign in to comment.