chore: code clean-up

This commit is contained in:
Vlad Stan 2023-07-18 17:19:44 +03:00
parent 97cc7a3e17
commit 091d3cf5d9
2 changed files with 1 additions and 3 deletions

View file

@ -757,7 +757,7 @@ const market = async () => {
if (!paymentRequest) return
this.qrCodeDialog.data.payment_request = paymentRequest
this.qrCodeDialog.dismissMsg = this.$q.notify({
timeout: 0,
timeout: 10000,
message: 'Waiting for payment...'
})

View file

@ -119,8 +119,6 @@
<div class="col-lg-1 col-md-1 col-sm-0 auto-width">
<q-btn v-if="activePage === 'customer-stall'" flat color="grey" icon="content_copy" @click="copyUrl()"
class="float-right"></q-btn>
<!-- <q-btn v-if="activePage === 'market-config'" flat color="primary" label="Share Naddr" icon="share" @click="publishNaddr"
class="float-right"></q-btn> -->
</div>
<div class="col-lg-2 col-md-1 col-sm-0 auto-width"></div>
</div>