Skip to content

Commit 19f8716

Browse files
committed
fix: Chat report is displayed when starting new chat with non exist user
1 parent 44d23cf commit 19f8716

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
@@ -1151,7 +1151,15 @@ function createOptionFromReport(report: Report, personalDetails: OnyxEntry<Perso
11511151

11521152
return {
11531153
item: report,
1154-
...createOption(accountIDs, personalDetails, report, undefined, reportAttributesDerived),
1154+
...createOption(
1155+
accountIDs,
1156+
personalDetails,
1157+
report,
1158+
{
1159+
showPersonalDetails: true,
1160+
},
1161+
reportAttributesDerived,
1162+
),
11551163
};
11561164
}
11571165

0 commit comments

Comments
 (0)