From f21dceb240521a6b98f09abeddbb3891bd2ebec1 Mon Sep 17 00:00:00 2001 From: Carlos Gonzalez Juarez Date: Sun, 3 Nov 2024 11:37:35 +0100 Subject: [PATCH] Update Header.tsx --- src/components/GetStarted/Header.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/GetStarted/Header.tsx b/src/components/GetStarted/Header.tsx index 04482cd..c3bfa59 100644 --- a/src/components/GetStarted/Header.tsx +++ b/src/components/GetStarted/Header.tsx @@ -117,15 +117,7 @@ function Header({ ...props }: React.HTMLAttributes): JSX.Element { } if (balanceStatus === 'default' && !accountConnected) { - return ( - } - label="Connect your wallet" - /> - ) + return () } return (