From 78c35e032358ff79b96854dc33879f9f6a453df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mahmut=20Bu=C4=9Fra=20Mert?= Date: Sat, 14 Dec 2024 03:46:56 +0300 Subject: [PATCH] fix: display nothing when there is no tags. --- frontend/src/components/community/PostView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/community/PostView.js b/frontend/src/components/community/PostView.js index 5a4e9ff6..8736c4e1 100644 --- a/frontend/src/components/community/PostView.js +++ b/frontend/src/components/community/PostView.js @@ -193,7 +193,7 @@ const PostView = () => { )) ) : ( -

Loading tags...

+

)}