mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
UX: Nit: Avoid AccountPicker props error (#20645)
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
This commit is contained in:
parent
e50d94104c
commit
ebf2156573
@ -295,7 +295,7 @@ export const AppHeader = ({ location }) => {
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
disabled={disableAccountPicker}
|
disabled={disableAccountPicker}
|
||||||
showAddress={process.env.MULTICHAIN}
|
showAddress={Boolean(process.env.MULTICHAIN)}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<Box
|
<Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user