Skip to content

Commit

Permalink
Remove commented out code in SideMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 4, 2023
1 parent a5a236e commit 541847b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Pages/OnCallDuty/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DashboardSideMenu: () => JSX.Element = (): ReactElement => {
icon={IconProp.Call}
/>
</SideMenuSection>
<SideMenuSection title="Schedules">
{/* <SideMenuSection title="Schedules">
<SideMenuItem
link={{
title: 'On-Call Schedules',
Expand All @@ -46,7 +46,7 @@ const DashboardSideMenu: () => JSX.Element = (): ReactElement => {
}}
icon={IconProp.Calendar}
/>
</SideMenuSection>
</SideMenuSection> */}
<SideMenuSection title="More">
<SideMenuItem
link={{
Expand Down

0 comments on commit 541847b

Please sign in to comment.