fix: g.wallet artifacts in lnbits-payment-list and lnbits-manage-wall... (#3601)
This commit is contained in:
@@ -11,24 +11,16 @@
|
||||
)"
|
||||
:key="walletRec.id"
|
||||
clickable
|
||||
:active="g.wallet && g.wallet.id === walletRec.id"
|
||||
:active="walletRec.id === activeWalletId"
|
||||
@click="$router.push('/wallet/' + walletRec.id)"
|
||||
>
|
||||
<q-item-section side>
|
||||
<q-avatar
|
||||
size="lg"
|
||||
:text-color="$q.dark.isActive ? 'black' : 'grey-3'"
|
||||
:class="g.wallet && g.wallet.id === walletRec.id ? '' : 'disabled'"
|
||||
:color="
|
||||
g.wallet && g.wallet.id === walletRec.id
|
||||
? walletRec.extra.color
|
||||
: walletRec.extra.color
|
||||
"
|
||||
:icon="
|
||||
g.wallet && g.wallet.id === walletRec.id
|
||||
? walletRec.extra.icon
|
||||
: walletRec.extra.icon
|
||||
"
|
||||
:disabled="walletRec.id === activeWalletId"
|
||||
:color="walletRec.extra.color"
|
||||
:icon="walletRec.extra.icon"
|
||||
>
|
||||
</q-avatar>
|
||||
</q-item-section>
|
||||
|
||||
Reference in New Issue
Block a user