From ec56a93de5a189921b33df6249e135c10fb3e6f7 Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Fri, 17 Mar 2023 12:45:54 +0000 Subject: [PATCH] fix: typo --- static/components/customer-stall/customer-stall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/components/customer-stall/customer-stall.js b/static/components/customer-stall/customer-stall.js index 7a2ec20..1c4a476 100644 --- a/static/components/customer-stall/customer-stall.js +++ b/static/components/customer-stall/customer-stall.js @@ -206,7 +206,7 @@ async function customerStall(path) { payment_request: null }, dismissMsg: null, - show: false + show: true } }, closeQrCodeDialog() {