diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index 68a0015cf345..164d0e60bbbb 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -510,7 +510,7 @@ function openReport(reportID, participantList = [], newReportObject = {}) { isLoadingMoreReportActions: false, lastVisitedTimestamp: Date.now(), lastReadSequenceNumber: getMaxSequenceNumber(reportID), - reportName: CONST.REPORT.DEFAULT_REPORT_NAME, + reportName: lodashGet(allReports, [reportID, 'reportName'], CONST.REPORT.DEFAULT_REPORT_NAME), }, }], successData: [{