diff --git a/app/assets/javascripts/discourse/templates/list/categories.js.handlebars b/app/assets/javascripts/discourse/templates/list/categories.js.handlebars
index 15c784822d3..199788d9c88 100644
--- a/app/assets/javascripts/discourse/templates/list/categories.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/list/categories.js.handlebars
@@ -1,102 +1,103 @@
-
- {{#if redirectedToTopPageReason}}
-
- {{redirectedToTopPageReason}}
-
- {{/if}}
- {{#if content.yearly}}
-
-
{{i18n filters.top.this_year}}
- {{basic-topic-list topicList=content.yearly}}
- {{#if content.yearly.topics.length}}
{{i18n show_more}}{{/if}}
-
- {{/if}}
- {{#if content.monthly}}
-
-
{{i18n filters.top.this_month}}
- {{basic-topic-list topicList=content.monthly}}
- {{#if content.monthly.topics.length}}
{{i18n show_more}}{{/if}}
-
- {{/if}}
- {{#if content.weekly}}
-
-
{{i18n filters.top.this_week}}
- {{basic-topic-list topicList=content.weekly}}
- {{#if content.weekly.topics.length}}
{{i18n show_more}}{{/if}}
-
- {{/if}}
- {{#if content.daily}}
-
-
{{i18n filters.top.today}}
- {{basic-topic-list topicList=content.daily}}
- {{#if content.daily.topics.length}}
{{i18n show_more}}{{/if}}
-
- {{/if}}
-
+{{/if}}