Skip to content

Commit 48ce9c8

Browse files
Restricted for timezone for chat rooms
1 parent f5f076a commit 48ce9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/ReportUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ function canShowReportRecipientLocalTime(personalDetails, report) {
323323
const reportRecipient = personalDetails[participantsWithoutExpensifyEmails[0]];
324324
const reportRecipientTimezone = lodashGet(reportRecipient, 'timezone', CONST.DEFAULT_TIME_ZONE);
325325
return !hasMultipleParticipants
326+
&& !isChatRoom(report)
326327
&& reportRecipient
327328
&& reportRecipientTimezone
328329
&& reportRecipientTimezone.selected;

0 commit comments

Comments
 (0)