Fix wallet security banner shown for server wallets
This commit is contained in:
parent
cd074a47b7
commit
8dac53d7d5
|
@ -37,7 +37,7 @@ export default function WalletSettings () {
|
||||||
<CenterLayout>
|
<CenterLayout>
|
||||||
<h2 className='pb-2'>{wallet.card.title}</h2>
|
<h2 className='pb-2'>{wallet.card.title}</h2>
|
||||||
<h6 className='text-muted text-center pb-3'>{wallet.card.subtitle}</h6>
|
<h6 className='text-muted text-center pb-3'>{wallet.card.subtitle}</h6>
|
||||||
<WalletSecurityBanner />
|
{!wallet.server && <WalletSecurityBanner />}
|
||||||
<Form
|
<Form
|
||||||
initial={initial}
|
initial={initial}
|
||||||
schema={wallet.schema}
|
schema={wallet.schema}
|
||||||
|
|
Loading…
Reference in New Issue