1
0
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:
David Walsh 2023-08-31 08:46:40 -05:00 committed by GitHub
parent e50d94104c
commit ebf2156573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,7 +295,7 @@ export const AppHeader = ({ location }) => {
});
}}
disabled={disableAccountPicker}
showAddress={process.env.MULTICHAIN}
showAddress={Boolean(process.env.MULTICHAIN)}
/>
) : null}
<Box