We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861655d commit 14f5775Copy full SHA for 14f5775
src/components/mypage/Sidebar.jsx
@@ -12,7 +12,6 @@ const Sidebar = ({nickname}) => {
12
{ label: '공유됨', path: '/mypage/shared', icon: <FaShareAlt /> },
13
{ label: '설정', path: '/mypage/setting', icon: <FaCog /> },
14
];
15
- console.log("사이드바 닉네임:", nickname);
16
17
return (
18
<aside
0 commit comments