Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5de17fc

Browse files
committed
Merge
2 parents 5b3b8c7 + bfb7a8c commit 5de17fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/ui-components/molecules/product-default/product-default.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<section actions>
77
<ov-message type="ok" *ngIf="product.cartInfo as cartInfo; else notInCart">
8-
{{ cartInfo.quantity }}x €{{ cartInfo.total }}
8+
{{ cartInfo.quantity }}x = €{{ cartInfo.total | number: "1.2-2" }}
99
</ov-message>
1010
<ng-template #notInCart>
1111
<p *ngIf="isLarge">Add to cart:</p>

0 commit comments

Comments
 (0)