Skip to content

Commit

Permalink
Update SideBar.tsx
Browse files Browse the repository at this point in the history
코드 한줄 삭제 했습니다.
  • Loading branch information
yeongmins authored Sep 13, 2023
1 parent e928655 commit 2808e24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ const WikiSideBar = () => {
const [CompanyIconRotation, setCompanyIconRotation] = useState(false);
const [ProjectIconRotation, setProjectIconRotation] = useState(false);
const [OnboardingIconRotation, setOnboardingIconRotation] = useState(false);
const [activeItem, setActiveItem] = useState(null);

const ToggleCompanyText = () => {
setCompanyTextVisible(!CompanyTextVisible);
Expand Down

0 comments on commit 2808e24

Please sign in to comment.