Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Nov 3, 2023
1 parent 2fec62f commit 747b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ function requiresAttentionFromCurrentUser(option, parentReportAction = {}) {
if (isArchivedRoom(option)) {
return false;
}

if (isArchivedRoom(getReport(option.parentReportID))) {
return false;
}
Expand Down

0 comments on commit 747b7d2

Please sign in to comment.