fix: show actual product discount percent instead of misleading '100% تخفیفی'
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m3s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m3s
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<MudTd>@FormatPrice(context.UnitPrice)</MudTd>
|
||||
<MudTd>
|
||||
<MudChip T="string" Color="Color.Error" Variant="Variant.Outlined" Size="Size.Small">
|
||||
۱۰۰٪ تخفیفی
|
||||
@context.MaxDiscountPercent% تخفیف
|
||||
</MudChip>
|
||||
</MudTd>
|
||||
<MudTd>
|
||||
@@ -86,7 +86,7 @@
|
||||
<MudText Typo="Typo.subtitle2">@item.Title</MudText>
|
||||
</MudStack>
|
||||
<MudChip T="string" Color="Color.Error" Variant="Variant.Outlined" Size="Size.Small">
|
||||
۱۰۰٪ تخفیفی
|
||||
@item.MaxDiscountPercent% تخفیف
|
||||
</MudChip>
|
||||
</MudStack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user