diff --git a/client/src/components/PostCard/PostCard.tsx b/client/src/components/PostCard/PostCard.tsx index c780107..5a52024 100644 --- a/client/src/components/PostCard/PostCard.tsx +++ b/client/src/components/PostCard/PostCard.tsx @@ -83,7 +83,8 @@ const PostCard = ({ key, event, metadata, replyCount }: { key: string, event: Ev }
-
{timeAgo(event.created_at)}
+
{event.id.match(/^0*([^\0]{2})/)?.[0] || 0}
  +
{timeAgo(event.created_at)}
{replyCount}
@@ -98,7 +99,7 @@ const PostCard = ({ key, event, metadata, replyCount }: { key: string, event: Ev loading="lazy" /> - )} + )}