fixed novo market apis

This commit is contained in:
sdarbinyan
2026-04-13 23:19:38 +04:00
parent 77737f0ba9
commit 06a7568386
7 changed files with 26 additions and 4 deletions

View File

@@ -75,6 +75,9 @@
</div>
<div class="novo-category-info">
<h3>{{ categoryName(category) }}</h3>
@if (getItemCount(category.categoryID)) {
<span class="novo-category-count">{{ getItemCount(category.categoryID) }}</span>
}
<span class="novo-category-arrow"></span>
</div>
</a>