Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd4b555

Browse files
d3georged3george
d3george
authored and
d3george
committed
refactor: remove console
1 parent0ca40db commitdd4b555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/layouts/dashboard/nav/nav-vertical.tsx‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ type Props = {
2626
closeSideBarDrawer?:()=>void;
2727
};
2828
exportdefaultfunctionNavVertical(props:Props){
29-
console.log('NavVertical');
3029
constnavigate=useNavigate();
3130
constmatches=useMatches();
3231
constpathname=usePathname();
3332

34-
const{ colorBorder, colorBgElevated}=useThemeToken();
33+
const{ colorBorder}=useThemeToken();
3534
constsettings=useSettings();
3635
const{ themeLayout, themeMode, darkSidebar}=settings;
3736
const{ setSettings}=useSettingActions();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp