From d8e49622e52a45346485fc052932ee39b6518c63 Mon Sep 17 00:00:00 2001 From: Marcel K <34870259+bee-eater@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:10:44 +0100 Subject: [PATCH] feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672) (#673) * feat: show quantity in card view if quantity == 0 (hay-kot/homebox#672) * Update frontend/components/Item/Card.vue --------- Co-authored-by: bee-eater Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com> --- frontend/components/Item/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Item/Card.vue b/frontend/components/Item/Card.vue index 7d6de95..1af4c26 100644 --- a/frontend/components/Item/Card.vue +++ b/frontend/components/Item/Card.vue @@ -19,7 +19,7 @@
-
+
{{ item.quantity }}