Skip to content

Commit

Permalink
fix: #7432
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 8, 2019
1 parent aecdf73 commit 777ca03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/src/client/categories.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ define('forum/categories', ['components'], function (components) {
if (!numRecentReplies || !parseInt(numRecentReplies, 10)) {
return;
}
if (!category.find('[component="topic/teaser"]').length) {
return;
}

var recentPosts = category.find('[component="category/posts"]');

Expand Down

0 comments on commit 777ca03

Please sign in to comment.