bug-fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user