Skip to content

Commit cf5453a

Browse files
authored
Merge pull request Expensify#72203 from thelullabyy/fix/71209-chat-report-is-displayed-when-starting-new-chat
2 parents d433dea + e040571 commit cf5453a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/libs/OptionsListUtils/index.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,15 @@ function createOptionFromReport(report: Report, personalDetails: OnyxEntry<Perso
11531153

11541154
return {
11551155
item: report,
1156-
...createOption(accountIDs, personalDetails, report, undefined, reportAttributesDerived),
1156+
...createOption(
1157+
accountIDs,
1158+
personalDetails,
1159+
report,
1160+
{
1161+
showPersonalDetails: true,
1162+
},
1163+
reportAttributesDerived,
1164+
),
11571165
};
11581166
}
11591167

0 commit comments

Comments
 (0)