Skip to content

Commit

Permalink
wtf happened to you
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Nov 1, 2023
1 parent 2723573 commit 254715f
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 @@ -1428,7 +1428,7 @@ function requiresAttentionFromCurrentUser(option, parentReportAction = {}) {

// Has a child report that is awaiting action (e.g. approve, pay, add bank account) from current user
if (option.hasOutstandingChildRequest) {
return true;
return true;
}

return false;
Expand Down

0 comments on commit 254715f

Please sign in to comment.