chore: disable cashu
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-01-05 20:10:24 +00:00
parent afcee97131
commit e3d282578d
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -72,12 +72,12 @@ const WalletSettings = () => {
url="/settings/wallet/lndhub"
desc={<FormattedMessage defaultMessage="Generic LNDHub wallet (BTCPayServer / Alby / LNBits)" id="0MndVW" />}
/>
<WalletRow
{/*<WalletRow
logo={<CashuIcon size={64} />}
name="Cashu"
url="/settings/wallet/cashu"
desc={<FormattedMessage defaultMessage="Cashu mint wallet" id="3natuV" />}
/>
/>*/}
{CONFIG.alby && (
<WalletRow
logo={<AlbyIcon size={64} />}