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.
This commit is contained in:
Jordan Vidrine 2020-11-10 09:32:24 -06:00 committed by GitHub
parent 9904a007c5
commit 0f38fc42e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,6 @@
{{sub-category-item category=subsubcategory hideUnread="true" listType=listType}}
{{/each}}
</div>
{{else}}
{{#if category.description_excerpt}}
<div class="category-description subcategory-description">
{{dir-span category.description_excerpt}}
</div>
{{/if}}
{{/if}}
</td>
</tr>