File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 39
39
</ div >
40
40
</ div >
41
41
</ div >
42
+ < div class ="col-12 col-sm-8 col-md-6 col-lg-4 text-center ">
43
+ < q-btn
44
+ @click ="() => {atmMode = false; getRates()} "
45
+ v-if ="atmMode == true "
46
+ rounded
47
+ color ="negative "
48
+ > EXIT ATM</ div
49
+ >
50
+ </ div >
42
51
</ q-page-sticky >
43
52
< template v-if ="showPoS ">
44
53
< q-page-sticky expand position ="bottom ">
197
206
< q-page-sticky position ="top-right " :offset ="[18, 162] ">
198
207
< q-btn
199
208
@click ="atm "
200
- v-if ="withdrawamtposs > 0 "
209
+ v-if ="withdrawamtposs > 0 && !atmMode "
201
210
fab
202
211
icon ="atm "
203
212
color ="primary "
@@ -412,13 +421,6 @@ <h5 v-show="!denomIsSats" class="q-mt-none q-mb-sm">
412
421
> </ q-page-sticky
413
422
>
414
423
</ template >
415
- < q-btn
416
- v-show ="atmMode "
417
- color ="negative "
418
- @click ="() => {atmMode = false; getRates()} "
419
- class ="absolute-top-left "
420
- > EXIT ATM MODE</ q-btn
421
- >
422
424
< q-dialog
423
425
v-model ="invoiceDialog.show "
424
426
position ="top "
You can’t perform that action at this time.
0 commit comments