From e06e8fe1f3aa8bf283108e7084aa30749c33ef83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicol=C3=A1s=20Comerci?=
<45410089+ncomerci@users.noreply.github.com>
Date: Thu, 14 Mar 2024 16:22:44 +0100
Subject: [PATCH] fix: hide comma when is no necessary (#1712)
---
src/components/Comments/Comment.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Comments/Comment.tsx b/src/components/Comments/Comment.tsx
index 9f5769cf3..9c8f2c657 100644
--- a/src/components/Comments/Comment.tsx
+++ b/src/components/Comments/Comment.tsx
@@ -100,9 +100,9 @@ export default function Comment({
{formatter(extraInfo.vp)} VP
+ ,
>
)}
- ,
{Time.from(createdAt).fromNow()}