diff --git a/app/assets/javascripts/discourse/app/components/topic-status.gjs b/app/assets/javascripts/discourse/app/components/topic-status.gjs
index fdbc3f53992..ff7623aceae 100644
--- a/app/assets/javascripts/discourse/app/components/topic-status.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-status.gjs
@@ -109,7 +109,12 @@ export default class TopicStatus extends Component {
>{{icon "far-eye-slash"}}
{{~/if~}}
- {{~#unless this.site.useGlimmerTopicList~}}
+ {{~#if this.site.useGlimmerTopicList~}}
+
+ {{~else~}}
{{~#each TopicStatusIcons.entries as |entry|~}}
{{~#if (get @topic entry.attribute)~}}
{{icon entry.iconName}}
{{~/if~}}
{{~/each~}}
- {{~/unless~}}
-
-
+ {{~/if~}}
{{~! no whitespace ~}}
{{~! no whitespace ~}}