Fix wallet security banner shown for server wallets

This commit is contained in:
ekzyis 2024-07-07 08:56:50 +02:00
parent cd074a47b7
commit 8dac53d7d5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default function WalletSettings () {
<CenterLayout>
<h2 className='pb-2'>{wallet.card.title}</h2>
<h6 className='text-muted text-center pb-3'>{wallet.card.subtitle}</h6>
<WalletSecurityBanner />
{!wallet.server && <WalletSecurityBanner />}
<Form
initial={initial}
schema={wallet.schema}