Skip to content

Commit

Permalink
Remove commented code for Schedules in SideMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 30, 2023
1 parent 0028772 commit 11daa0b
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 11daa0b

Please sign in to comment.