We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca40db commit dd4b555Copy full SHA for dd4b555
src/layouts/dashboard/nav/nav-vertical.tsx
@@ -26,12 +26,11 @@ type Props = {
26
closeSideBarDrawer?: () => void;
27
};
28
export default function NavVertical(props: Props) {
29
- console.log('NavVertical');
30
const navigate = useNavigate();
31
const matches = useMatches();
32
const pathname = usePathname();
33
34
- const { colorBorder, colorBgElevated } = useThemeToken();
+ const { colorBorder } = useThemeToken();
35
const settings = useSettings();
36
const { themeLayout, themeMode, darkSidebar } = settings;
37
const { setSettings } = useSettingActions();
0 commit comments