From 62bff8bb7a1505f88bb835c7f38c2aab38c9f14a Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Tue, 6 Feb 2024 22:42:44 +0700 Subject: [PATCH] chore: show alert only if toolbar should show --- src/components/comments/CommentEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (