diff --git a/client/coral-admin/src/components/CommentLabels.js b/client/coral-admin/src/components/CommentLabels.js index a40777c40..f39b6e550 100644 --- a/client/coral-admin/src/components/CommentLabels.js +++ b/client/coral-admin/src/components/CommentLabels.js @@ -22,7 +22,7 @@ function getUserFlaggedType(actions) { } function hasSuspectedWords(actions) { - return actions.some((action) => action.__typename === 'FlagAction' && action.reason === 'Matched suspect word filter'); + return actions.some((action) => action.__typename === 'FlagAction' && action.reason === 'SUSPECT_WORD'); } function hasHistoryFlag(actions) {