diff --git a/frontend/src/components/PostPreview/PostPreviewFooter.tsx b/frontend/src/components/PostPreview/PostPreviewFooter.tsx index 296f6324..487a5ec9 100644 --- a/frontend/src/components/PostPreview/PostPreviewFooter.tsx +++ b/frontend/src/components/PostPreview/PostPreviewFooter.tsx @@ -82,7 +82,7 @@ export const PostPreviewFooter = ({ post }: PostPreviewFooterProps) => { return (
-
+
{showAudience && !!postsReactionsSummary?.[post._id] && (
{ )}
- {showAudience && ( -
+
+ {showAudience && ( -
- )} + )} +