From 4a8c2bea779d28c9e6010e0feb088509a583b3a2 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Mon, 3 Apr 2023 16:38:44 +0300 Subject: [PATCH] perfectionism mode --- src/components/Article/CommentsTree.tsx | 3 +-- src/components/Article/FullArticle.tsx | 2 +- src/components/Feed/Card.tsx | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Article/CommentsTree.tsx b/src/components/Article/CommentsTree.tsx index 9d61e3d1..f809c0a4 100644 --- a/src/components/Article/CommentsTree.tsx +++ b/src/components/Article/CommentsTree.tsx @@ -10,7 +10,6 @@ import { useReactions } from '../../context/reactions' import { byCreated } from '../../utils/sortby' import { ShowIfAuthenticated } from '../_shared/ShowIfAuthenticated' import { useLocalize } from '../../context/localize' -import Cookie from 'js-cookie' type CommentsOrder = 'createdAt' | 'rating' | 'newOnly' @@ -148,7 +147,7 @@ export const CommentsTree = (props: Props) => {