From 67847e798b54ddddb9bc0374a1931530ebcf82e6 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Mon, 16 Sep 2024 09:29:25 -0300 Subject: [PATCH] In pending orders the price of the order is not in the end of the card --- src/components/ui/CardList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index b8d5c6c6..7f68b155 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -22,7 +22,10 @@ const handleClick = () => { :class="{ 'cursor-pointer': clickable, 'no-radius': !rounded }" @click="handleClick()" > -
+