Skip to content

Commit

Permalink
Merge pull request #12886 from Expensify/alberto-roomName
Browse files Browse the repository at this point in the history
Display correct names for rooms
  • Loading branch information
aldo-expensify authored Nov 21, 2022
2 parents 649a047 + 9d94be5 commit a34fe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [{
Expand Down

0 comments on commit a34fe62

Please sign in to comment.