Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jul 10, 2023
1 parent 7feca4f commit 6410748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function ReportActionItem(props) {
return;
}

// Hide reveal message button and show the message if latestDecision is changed to empty
// Hide reveal message button and show the message if latestDecision is changed to empty
if (_.isEmpty(latestDecision)) {
setModerationDecision(CONST.MODERATION.MODERATOR_DECISION_APPROVED);
setIsHidden(false);
Expand Down

0 comments on commit 6410748

Please sign in to comment.