diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 129a4e0c3..8760096e2 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -21,9 +21,9 @@ const Navbar: FC = () => { useEffect(() => { if (ledgerLiveAccountAddress) { - dispatch(walletConnected(ledgerLiveAccountAddress || "")) + dispatch(walletConnected(ledgerLiveAccountAddress)) } - }, [ledgerLiveAccountAddress]) + }, [ledgerLiveAccountAddress, dispatch]) return (