diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs
index 0769f3c11a8..81dfc8c8585 100644
--- a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs
@@ -330,6 +330,10 @@ export default class Item extends Component {
@outletArgs={{hash topic=@topic}}
/>
{{categoryLink @topic.category}}
+
{{/unless}}
{{discourseTags @topic mode="list"}}
diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs
index 140f389f886..4772f133503 100644
--- a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs
@@ -98,6 +98,10 @@ export default class TopicCell extends Component {
@outletArgs={{hash topic=@topic}}
/>
{{categoryLink @topic.category}}
+
{{/unless}}
{{/unless}}