diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 515101b5665f..40793311fb74 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -323,6 +323,7 @@ function canShowReportRecipientLocalTime(personalDetails, report) { const reportRecipient = personalDetails[participantsWithoutExpensifyEmails[0]]; const reportRecipientTimezone = lodashGet(reportRecipient, 'timezone', CONST.DEFAULT_TIME_ZONE); return !hasMultipleParticipants + && !isChatRoom(report) && reportRecipient && reportRecipientTimezone && reportRecipientTimezone.selected;