From a6bb58c4a000b6158861aee9f111cb835e952b48 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 28 Oct 2024 12:15:06 +0330 Subject: [PATCH] fix: show identicon if formatted is undefined --- packages/extension-polkagate/src/components/AccountIcons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension-polkagate/src/components/AccountIcons.tsx b/packages/extension-polkagate/src/components/AccountIcons.tsx index 6e4a004ae..18de05bf9 100644 --- a/packages/extension-polkagate/src/components/AccountIcons.tsx +++ b/packages/extension-polkagate/src/components/AccountIcons.tsx @@ -54,7 +54,7 @@ function AccountIcons ({ address, identiconTheme, isSubId, judgements, prefix }: judgement={judgements} prefix={prefix} size={40} - value={formatted} + value={formatted || address} />