Skip to content

Commit

Permalink
Update PostFeedCard.component.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sametaln committed Dec 15, 2024
1 parent 887b150 commit 0e0e240
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 0e0e240

Please sign in to comment.