Skip to content

Commit 14f5775

Browse files
committed
sidebar 필요없는 코드 삭제
1 parent 861655d commit 14f5775

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/mypage/Sidebar.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const Sidebar = ({nickname}) => {
1212
{ label: '공유됨', path: '/mypage/shared', icon: <FaShareAlt /> },
1313
{ label: '설정', path: '/mypage/setting', icon: <FaCog /> },
1414
];
15-
console.log("사이드바 닉네임:", nickname);
1615

1716
return (
1817
<aside

0 commit comments

Comments
 (0)