We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0825c4b commit 3b46dd7Copy full SHA for 3b46dd7
src/pages/home/report/ReportActionItem.js
@@ -136,7 +136,7 @@ function ReportActionItem(props) {
136
}
137
setModerationDecision(latestDecision.decision);
138
139
- // props.action.message doesn't need to be a dependency, we only to check the change of props.action.message[0].moderationDecisions
+ // props.action.message doesn't need to be a dependency, we only need to check the change of props.action.message[0].moderationDecisions
140
// eslint-disable-next-line react-hooks/exhaustive-deps
141
}, [props.action.message[0].moderationDecisions, props.action.actionName]);
142
0 commit comments