mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +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}
|
||||
showAddress={process.env.MULTICHAIN}
|
||||
showAddress={Boolean(process.env.MULTICHAIN)}
|
||||
/>
|
||||
) : null}
|
||||
<Box
|
||||
|
Loading…
Reference in New Issue
Block a user