mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-01 15:20:29 +00:00
Update frontend/components/Item/Card.vue
This commit is contained in:
parent
1a79be36d4
commit
9be561c2b6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<div v-if="item.insured" class="tooltip z-10" data-tip="Insured">
|
||||
<Icon class="h-5 w-5 text-primary" name="mdi-shield-check" />
|
||||
</div>
|
||||
<div v-if="item.quantity > 1 || item.quantity == 0" class="tooltip" data-tip="Quantity">
|
||||
<div class="tooltip" data-tip="Quantity">
|
||||
<span class="badge h-5 w-5 badge-primary badge-sm text-xs">
|
||||
{{ item.quantity }}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue