chore: code format

This commit is contained in:
Vlad Stan 2023-02-15 18:19:00 +02:00
parent bc1af610db
commit d8ca9f830a
2 changed files with 32 additions and 37 deletions

View file

@ -389,10 +389,7 @@
</q-chip> </q-chip>
</div> </div>
</div> </div>
<div <div v-else class="row items-center no-wrap q-mb-md q-mt-md">
v-else
class="row items-center no-wrap q-mb-md q-mt-md"
>
<div class="col-3 q-pr-lg">Force Auth For Events:</div> <div class="col-3 q-pr-lg">Force Auth For Events:</div>
<div class="col-1"> <div class="col-1">
<q-input <q-input
@ -558,7 +555,6 @@
> >
</div> </div>
</div> </div>
</div> </div>
</q-tab-panel> </q-tab-panel>
</q-tab-panels> </q-tab-panels>

View file

@ -136,7 +136,6 @@ async function relayDetails(path) {
} catch (error) { } catch (error) {
LNbits.utils.notifyApiError(error) LNbits.utils.notifyApiError(error)
} }
}, },
blockPublicKey: function () { blockPublicKey: function () {
this.relay.config.blockedPublicKeys.push(this.blockedPubkey) this.relay.config.blockedPublicKeys.push(this.blockedPubkey)