diff --git a/packages/ui/src/pages/Home/Home.tsx b/packages/ui/src/pages/Home/Home.tsx index 301558f7..b71db0f7 100644 --- a/packages/ui/src/pages/Home/Home.tsx +++ b/packages/ui/src/pages/Home/Home.tsx @@ -73,6 +73,26 @@ const Home = ({ className }: HomeProps) => { ) } + if (isExtensionError && watchedAddresses.length === 0 && !isAccountLoading) + return ( + +

+ No account found. Please connect at least one in a wallet extension. More info at{' '} + + wiki.polkadot.network + + +

+
+ ) + if (!api || isAccountLoading) { return ( { ) } - if (isExtensionError && watchedAddresses.length === 0) - return ( - -

- No account found. Please connect at least one in a wallet extension. More info at{' '} - - wiki.polkadot.network - - -

-
- ) - if (isLoading) { return (