Sumit Ghosh
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Web/WebSPA/Client/modules/catalog/catalog.component.html
|
|
@ -40,7 +40,7 @@ |
|
|
|
<span>{{item.name}}</span> |
|
|
|
</div> |
|
|
|
<div class="esh-catalog-price"> |
|
|
|
<span>{{item.price | number:'3.2-2'}}</span> |
|
|
|
<span>{{item.price | number:'.2-2'}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|