diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 4a60ad90a625..7f54c2e9e4f7 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -1417,7 +1417,7 @@ function requiresAttentionFromCurrentUser(option, parentReportAction = {}) { if (isArchivedRoom(option)) { return false; } - + if (isArchivedRoom(getReport(option.parentReportID))) { return false; }