diff --git a/packages/web-app/app/_ui/components/topbar.tsx b/packages/web-app/app/_ui/components/topbar.tsx index f714c0a4..57c67004 100644 --- a/packages/web-app/app/_ui/components/topbar.tsx +++ b/packages/web-app/app/_ui/components/topbar.tsx @@ -11,7 +11,6 @@ import { CitizendLogo } from './svg/citizend-logo'; export const useScrollPosition = () => { const [scrollPosition, setScrollPosition] = useState(0); - const [isSsr, setIsSsr] = useState(true); useEffect(() => { const updatePosition = () => {