Skip to content

Commit

Permalink
Remove unused useState
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed Apr 11, 2024
1 parent 4aa7bff commit 7c213cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web-app/app/_ui/components/topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit 7c213cf

Please sign in to comment.