diff --git a/src/components/PostList.tsx b/src/components/PostList.tsx index 4f23932..e0aa4e2 100644 --- a/src/components/PostList.tsx +++ b/src/components/PostList.tsx @@ -7,6 +7,7 @@ import { usePermissions, useUserVotes, useAuth, + usePostComments, } from '@/hooks'; import { EVerificationStatus } from '@/types/identity'; import { Button } from '@/components/ui/button'; @@ -325,6 +326,11 @@ const PostList = () => { className="text-xs" showBadge={false} /> + + + + {usePostComments(post.id).totalCount} comments +