Skip to content

Commit 2ca3e74

Browse files
committed
fix typo
1 parent dad94a8 commit 2ca3e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReportWelcomeText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function ReportWelcomeText({report, policy}: ReportWelcomeTextProps) {
122122
return translate('reportActionsView.sayHello');
123123
}, [isChatRoom, isInvoiceRoom, isPolicyExpenseChat, isSelfDM, isSystemChat, translate, policyName, reportName]);
124124

125-
// If we are the only participant (e.g. solo group chat) then keep the current user peersonal details so the welcome message does not show up empty.
125+
// If we are the only participant (e.g. solo group chat) then keep the current user personal details so the welcome message does not show up empty.
126126
const shouldExcludeCurrentUser = participantAccountIDs.length > 0;
127127
const participantAccountIDsExcludeCurrentUser = getParticipantsAccountIDsForDisplay(report, undefined, undefined, shouldExcludeCurrentUser);
128128
const participantPersonalDetailListExcludeCurrentUser = Object.values(

0 commit comments

Comments
 (0)