diff --git a/web/components/comment-input.tsx b/web/components/comment-input.tsx index 6304b58d..65a697fe 100644 --- a/web/components/comment-input.tsx +++ b/web/components/comment-input.tsx @@ -138,16 +138,6 @@ export function CommentInputTextArea(props: { )} - - {!user && ( - - )} - ) }