diff --git a/components/Layout.tsx b/components/Layout.tsx index 4caf18d5..3abf642a 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -17,7 +17,6 @@ import OnboardingTour from './OnboardingTour' const Layout = ({ children }: { children: ReactNode }) => { const connected = mangoStore((s) => s.connected) - const mangoAccount = mangoStore((s) => s.mangoAccount.current) const loadingMangoAccount = mangoStore((s) => s.mangoAccount.initialLoad) const [isCollapsed, setIsCollapsed] = useLocalStorageState( SIDEBAR_COLLAPSE_KEY,