Skip to content

Commit

Permalink
fix-siderbar-scroll-test
Browse files Browse the repository at this point in the history
  • Loading branch information
igorihimbazwe committed Nov 19, 2024
1 parent 7154b16 commit e8d7f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hook/menuProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const MenuContext = createContext<any>({
export function ThemeProvider({ children }: Props) {
const [minimized, setMinimized] = useState(false);
const [showNav, setShowNav] = useState(false);
console.log(minimized)
const toggleMinMenu = () => setMinimized((p) => !p);

const toggleNav = () => setShowNav((p) => !p);
Expand Down

0 comments on commit e8d7f1a

Please sign in to comment.