1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-29 06:36:41 +07:00

fixed comment distance to 2 weeks

This commit is contained in:
Fedor Katurov 2022-07-15 17:43:21 +07:00
parent 222f2dd1d0
commit 28441d7924
2 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ const Comment: FC<IProps> = memo(
return (
<CommentContent
prefix={
Math.abs(group.distancesInDays[index]) > 7 && (
Math.abs(group.distancesInDays[index]) > 14 && (
<CommentDistance
firstDate={comment?.created_at ? parseISO(comment.created_at) : undefined}
secondDate={