Skip to content

Commit

Permalink
Merge pull request #4239 from Expensify/yuwen-stateStatus
Browse files Browse the repository at this point in the history
(cherry picked from commit c00186d)
  • Loading branch information
TomatoToaster authored and OSBotify committed Jul 27, 2021
1 parent 7c2158a commit d596722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ function getChatReportName(fullReport, chatType) {
if (isDefaultRoom({chatType})) {
return `#${fullReport.reportName}${(isArchivedRoom({
chatType,
stateNum: fullReport.stateNum,
statusNum: fullReport.reportStatus,
stateNum: fullReport.state,
statusNum: fullReport.status,
})
? ` (${translateLocal('common.deleted')})`
: '')}`;
Expand Down

0 comments on commit d596722

Please sign in to comment.