fix: help center clearing minor bugs (#5075)

This commit is contained in:
Tejaswini Chile
2022-07-22 15:01:07 +05:30
committed by GitHub
parent 32291f4f7d
commit 5727928600
5 changed files with 12 additions and 1 deletions

View File

@@ -25,3 +25,5 @@ if category.root_category.present?
json.partial! 'api/v1/accounts/categories/associated_category.json.jbuilder', category: category.root_category
end
end
json.articles_count category.articles.published.try(:count)