diff --git a/src/components/comments/CommentEditor.tsx b/src/components/comments/CommentEditor.tsx index c8fd5652b..921c68937 100644 --- a/src/components/comments/CommentEditor.tsx +++ b/src/components/comments/CommentEditor.tsx @@ -146,7 +146,7 @@ export const CommentEditor = (props: Props) => { - {totalStake?.hasStakedEnough === false && ( + {totalStake?.hasStakedEnough === false && toolbar && (