diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index 94347c7608cd..09e9875d19e4 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -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')})` : '')}`;