fix: remove products when merchant is removed
This commit is contained in:
parent
99a98f0df9
commit
58d7fc647c
2 changed files with 10 additions and 7 deletions
|
|
@ -19,8 +19,8 @@
|
|||
<q-card-section class="q-py-sm">
|
||||
<div>
|
||||
<span v-if="product.currency == 'sat'">
|
||||
<span class="text-h6">{{ product.price }} sats</span><span class="q-ml-sm text-grey-6">BTC {{ (product.price /
|
||||
1e8).toFixed(8) }}</span>
|
||||
<span class="text-h6">{{ product.price }} sats</span><q-tooltip> BTC {{ (product.price /
|
||||
1e8).toFixed(8) }}</q-tooltip>
|
||||
</span>
|
||||
<span v-else>
|
||||
<span class="text-h6">{{ product.formatedPrice }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue