From 3864200ffa1dc07b5009550e44261d210deb8842 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Wed, 12 Jul 2023 15:29:05 +0300 Subject: [PATCH] fix: ui stuff --- static/components/customer-orders/customer-orders.html | 4 +++- static/js/market.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/components/customer-orders/customer-orders.html b/static/components/customer-orders/customer-orders.html index 346107d..8555671 100644 --- a/static/components/customer-orders/customer-orders.html +++ b/static/components/customer-orders/customer-orders.html @@ -79,7 +79,8 @@ - + @@ -109,6 +110,7 @@ color="orange" class="cursor-pointer"> + diff --git a/static/js/market.js b/static/js/market.js index 9a56bbf..88e1566 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -806,8 +806,8 @@ const market = async () => { handleOrderStatusUpdate(jsonData) { if (this.qrCodeDialog.dismissMsg) { this.qrCodeDialog.dismissMsg() - this.qrCodeDialog.show = false } + this.qrCodeDialog.show = false const message = jsonData.shipped ? 'Order shipped' : jsonData.paid ? 'Order paid' : 'Order notification' this.$q.notify({ type: 'positive',