Skip to content

Commit bc2cd7f

Browse files
authored
feat: never disable comment button (#85)
This is just to not disable the comment button when logged in user has already commented: the link should still work and the user can of course add a second comment.
1 parent b15b01f commit bc2cd7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/comment-button/comment-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export const CommentButton: React.FC<CommentButtonProps> = ({ count, hasCommente
3939
isToggled={hasCommented}
4040
onClick={handleCommentClick}
4141
color="primary"
42-
disabled={hasCommented}
4342
useToggledColor={false}
4443
icon={<ReplyIcon size="s" color="base" />}
4544
hoveredIcon={<ReplyIcon size="s" color="primary" />}

0 commit comments

Comments
 (0)