From f78cbf2c70326f2db9426afb2b616a1693720f3f Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 9 Nov 2021 09:37:47 +0000 Subject: [PATCH] wip --- components/integrations/Web3Integration.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/integrations/Web3Integration.tsx b/components/integrations/Web3Integration.tsx index 462b75f4f1..55a469d0e2 100644 --- a/components/integrations/Web3Integration.tsx +++ b/components/integrations/Web3Integration.tsx @@ -37,12 +37,12 @@ function getLibrary(provider: ExternalProvider | JsonRpcFetchFunc) { export default function Web3Integration() { return ( - + ); } -function Home() { +function Web3Component() { const { t } = useLocale(); const web3React = useWeb3React(); const [, setLoaded] = useState(false);