From 88d9f956615120222ee7d646544fc4ad66d2bda7 Mon Sep 17 00:00:00 2001 From: krishna2323 Date: Tue, 26 Nov 2024 10:10:11 +0530 Subject: [PATCH] fix: 'Members' section of #admins room doesn't have room name near the top like other rooms. Signed-off-by: krishna2323 --- src/pages/ReportParticipantsPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/ReportParticipantsPage.tsx b/src/pages/ReportParticipantsPage.tsx index 1c91023f2d6f..577ec3215e14 100755 --- a/src/pages/ReportParticipantsPage.tsx +++ b/src/pages/ReportParticipantsPage.tsx @@ -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'; @@ -379,6 +380,7 @@ function ReportParticipantsPage({report, route}: ReportParticipantsPageProps) { } }} guidesCallTaskID={CONST.GUIDES_CALL_TASK_IDS.WORKSPACE_MEMBERS} + subtitle={StringUtils.lineBreaksToSpaces(ReportUtils.getReportName(report))} /> {headerButtons}