diff --git a/src/components/Article/Comment.tsx b/src/components/Article/Comment.tsx index 7a0eb1e7..0b3e5ee9 100644 --- a/src/components/Article/Comment.tsx +++ b/src/components/Article/Comment.tsx @@ -19,7 +19,6 @@ export default (props: { canEdit?: boolean compact?: boolean }) => { - const [isSharePopupVisible, setIsSharePopupVisible] = createSignal(false) const [isReplyVisible, setIsReplyVisible] = createSignal(false) const comment = createMemo(() => props.comment) @@ -68,9 +67,9 @@ export default (props: { [styles.commentRatingNegative]: comment().stat?.rating < 0 }} > - +