diff --git a/packages/components/src/CreateComment/CreateComment.tsx b/packages/components/src/CreateComment/CreateComment.tsx index 8012a3556..45f08a51e 100644 --- a/packages/components/src/CreateComment/CreateComment.tsx +++ b/packages/components/src/CreateComment/CreateComment.tsx @@ -50,7 +50,9 @@ export const CreateComment = (props: Props) => { }, }} > - {isLoggedIn ? ( + {!isLoggedIn ? ( + + ) : ( <>