Skip to content

Commit 3b46dd7

Browse files
committed
edit comment
1 parent 0825c4b commit 3b46dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/report/ReportActionItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function ReportActionItem(props) {
136136
}
137137
setModerationDecision(latestDecision.decision);
138138

139-
// props.action.message doesn't need to be a dependency, we only to check the change of props.action.message[0].moderationDecisions
139+
// props.action.message doesn't need to be a dependency, we only need to check the change of props.action.message[0].moderationDecisions
140140
// eslint-disable-next-line react-hooks/exhaustive-deps
141141
}, [props.action.message[0].moderationDecisions, props.action.actionName]);
142142

0 commit comments

Comments
 (0)