Skip to content

Commit

Permalink
fix: display nothing when there is no tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmutbugramert committed Dec 14, 2024
1 parent 2734fbf commit 78c35e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/community/PostView.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const PostView = () => {
</span>
))
) : (
<p>Loading tags...</p>
<p></p>
)}
</div>
<div className="post-content">
Expand Down

0 comments on commit 78c35e0

Please sign in to comment.