diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 2cfdfa28971..04692d69780 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -450,7 +450,7 @@ function getDisplayNamesWithTooltips(participants, isMultipleParticipantReport) */ function getReportName(report, personalDetailsForParticipants = {}, policies = {}) { if (lodashGet(report, 'reportNameValuePairs.type') !== 'chat') { - return report.reportName || ''; + return lodashGet(report, 'reportName', ''); } let formattedName;