diff --git a/ui/component/commentReactions/view.jsx b/ui/component/commentReactions/view.jsx
index d70e22da3..92f3e64b1 100644
--- a/ui/component/commentReactions/view.jsx
+++ b/ui/component/commentReactions/view.jsx
@@ -61,22 +61,18 @@ export default function CommentReactions(props: Props) {
label={{getCountForReact(REACTION_TYPES.DISLIKE)}}
/>
- {ENABLE_CREATOR_REACTIONS && (
- <>
- {(canCreatorReact || creatorLiked) && (
-