From cf34a5af26efad792ddd7b1d1b2f8ff1220f3a05 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Mon, 3 Jun 2024 17:19:09 +1000 Subject: [PATCH] fix warning in bridge ui --- bridge-frontend/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge-frontend/src/App.tsx b/bridge-frontend/src/App.tsx index 8820825..a5a8454 100644 --- a/bridge-frontend/src/App.tsx +++ b/bridge-frontend/src/App.tsx @@ -69,7 +69,6 @@ const App: FC = () => { const [{ wallet, connecting }, connect] = useConnectWallet(); const [dappAddress, setDappAddress] = useState(""); - const [account, setAccount] = useState(); useEffect(() => { const switchChain = async (hexChainId: string) => {