chore: code clean-up
This commit is contained in:
parent
97cc7a3e17
commit
091d3cf5d9
2 changed files with 1 additions and 3 deletions
|
|
@ -757,7 +757,7 @@ const market = async () => {
|
||||||
if (!paymentRequest) return
|
if (!paymentRequest) return
|
||||||
this.qrCodeDialog.data.payment_request = paymentRequest
|
this.qrCodeDialog.data.payment_request = paymentRequest
|
||||||
this.qrCodeDialog.dismissMsg = this.$q.notify({
|
this.qrCodeDialog.dismissMsg = this.$q.notify({
|
||||||
timeout: 0,
|
timeout: 10000,
|
||||||
message: 'Waiting for payment...'
|
message: 'Waiting for payment...'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,8 +119,6 @@
|
||||||
<div class="col-lg-1 col-md-1 col-sm-0 auto-width">
|
<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()"
|
<q-btn v-if="activePage === 'customer-stall'" flat color="grey" icon="content_copy" @click="copyUrl()"
|
||||||
class="float-right"></q-btn>
|
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>
|
||||||
<div class="col-lg-2 col-md-1 col-sm-0 auto-width"></div>
|
<div class="col-lg-2 col-md-1 col-sm-0 auto-width"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue