Skip to content

Commit

Permalink
Merge pull request #305 from bounswe/issue#304
Browse files Browse the repository at this point in the history
Update PostFeedCard.component.jsx
  • Loading branch information
sametaln authored Dec 15, 2024
2 parents 887b150 + 0e0e240 commit 59841ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PostFeedCard.component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function PostFeedCard({ post }) {
padding={"4px 6px"}
borderRadius={6}
>
{tag.value}
{tag}
</Badge>
))
}
Expand Down

0 comments on commit 59841ee

Please sign in to comment.