bug-fixes

This commit is contained in:
sdarbinyan
2026-07-09 01:40:22 +04:00
parent 92e1bdaff8
commit 55216817b2
59 changed files with 885 additions and 158 deletions

View File

@@ -28,7 +28,7 @@
@if (item.badges && item.badges.length > 0) {
<div class="product-badges-overlay">
@for (badge of item.badges; track badge) {
@for (badge of item.badges; track $index) {
<span class="product-badge" [class]="getBadgeClass(badge)">{{ badge }}</span>
}
</div>