Skip to content

Commit

Permalink
fix warning in bridge ui
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jun 3, 2024
1 parent 1fe6b9f commit cf34a5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridge-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const App: FC = () => {

const [{ wallet, connecting }, connect] = useConnectWallet();
const [dappAddress, setDappAddress] = useState<string>("");
const [account, setAccount] = useState<string>();

useEffect(() => {
const switchChain = async (hexChainId: string) => {
Expand Down

0 comments on commit cf34a5a

Please sign in to comment.