diff --git a/static/js/market.js b/static/js/market.js index de715eb..3696e1f 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -659,6 +659,13 @@ const market = async () => { type: 'positive', message: 'The order has been placed!' }) + this.qrCodeDialog = { + data: { + payment_request: null + }, + dismissMsg: null, + show: true + } pub.on('ok', () => { this.qrCodeDialog.show = true }) diff --git a/templates/nostrmarket/market.html b/templates/nostrmarket/market.html index f80be49..bf1bff2 100644 --- a/templates/nostrmarket/market.html +++ b/templates/nostrmarket/market.html @@ -291,19 +291,19 @@

- - + + +
+ +
- - - +
Copy invoice - Close + Close