#45 feat: hide total price when quantity is 0

This commit is contained in:
mono
2026-07-11 19:05:07 -05:00
parent b21d3a0ca6
commit 3e19b3d272

View File

@@ -47,7 +47,7 @@
</div> </div>
<!-- Precio Total --> <!-- Precio Total -->
<div class="price-row"> <div v-if="product.quantity > 0" class="price-row">
<span class="price-label text-caption">Precio total</span> <span class="price-label text-caption">Precio total</span>
<v-chip <v-chip
color="success" color="success"