Skip to content

Commit

Permalink
Merge pull request #4239 from Expensify/yuwen-stateStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoToaster authored Jul 27, 2021
2 parents 06a56ab + 9df5a0b commit c00186d
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 c00186d

Please sign in to comment.