Fixed invalid number format in webspa (#1496)

This commit is contained in:
Sumit Ghosh 2020-10-21 16:34:21 +05:30 committed by GitHub
parent 78db4b758c
commit d910eb416d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>