From 0f38fc42e2bb1664150e961b143cb61301e00f51 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Tue, 10 Nov 2020 09:32:24 -0600 Subject: [PATCH] FIX: Remove duplicate category description (#11178) This commit removes the duplicate category description on sub categories in the category list. I believe this went unnnoticed because we are hiding these by default. --- .../discourse/app/templates/components/sub-category-row.hbs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/javascripts/discourse/app/templates/components/sub-category-row.hbs b/app/assets/javascripts/discourse/app/templates/components/sub-category-row.hbs index 6f1cba0690c..9d9817b4bb7 100644 --- a/app/assets/javascripts/discourse/app/templates/components/sub-category-row.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/sub-category-row.hbs @@ -13,12 +13,6 @@ {{sub-category-item category=subsubcategory hideUnread="true" listType=listType}} {{/each}} - {{else}} - {{#if category.description_excerpt}} -