From ebf2156573387aa7a788683fe65e4ff21419c602 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Thu, 31 Aug 2023 08:46:40 -0500 Subject: [PATCH] UX: Nit: Avoid AccountPicker props error (#20645) Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> --- ui/components/multichain/app-header/app-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/multichain/app-header/app-header.js b/ui/components/multichain/app-header/app-header.js index 5138571bc..70e643974 100644 --- a/ui/components/multichain/app-header/app-header.js +++ b/ui/components/multichain/app-header/app-header.js @@ -295,7 +295,7 @@ export const AppHeader = ({ location }) => { }); }} disabled={disableAccountPicker} - showAddress={process.env.MULTICHAIN} + showAddress={Boolean(process.env.MULTICHAIN)} /> ) : null}