From 4191439d4d83eab07ac094e5d02e4ce7770f5835 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Wed, 7 Dec 2022 21:10:26 +0100 Subject: [PATCH] lint --- src/components/Article/Comment.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 }} > - + +