Fix #1576 Tag categories show counts of 0 in docker install. (#1597)

This commit is contained in:
Sachin Chaurasiya 2021-12-07 12:18:37 +05:30 committed by GitHub
parent 564b42a35b
commit a93d1e1a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ const TagsPage = () => {
</p> </p>
{getCountBadge( {getCountBadge(
category.usageCount, category.children?.length || 0,
'tw-self-center', 'tw-self-center',
currentCategory?.name === category.name currentCategory?.name === category.name
)} )}