From 222f2dd1d0b1993e06d89ef57343d15bd1022e43 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 15 Jul 2022 17:41:03 +0700 Subject: [PATCH] fixed comment distance to week --- src/components/comment/Comment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comment/Comment/index.tsx b/src/components/comment/Comment/index.tsx index 3748dc3b..d20aa225 100644 --- a/src/components/comment/Comment/index.tsx +++ b/src/components/comment/Comment/index.tsx @@ -59,7 +59,7 @@ const Comment: FC = memo( return ( 30 && ( + Math.abs(group.distancesInDays[index]) > 7 && (