From d738fa08a1cee7e7c2d3e403cd66c11ae9e7d3c1 Mon Sep 17 00:00:00 2001 From: evan-scales Date: Sat, 6 Apr 2024 14:59:22 -0400 Subject: [PATCH] 453: Fix highlighting tags on social --- FU.SPA/src/components/PostCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FU.SPA/src/components/PostCard.jsx b/FU.SPA/src/components/PostCard.jsx index bf26ad77..204f5cfb 100644 --- a/FU.SPA/src/components/PostCard.jsx +++ b/FU.SPA/src/components/PostCard.jsx @@ -168,7 +168,7 @@ const PostCard = ({ post, showActions, onTagClick, showJoinedStatus }) => { handleTagClick(t) : null} + onClick={onTagClick ? () => handleTagClick(t) : null} /> ))}