Skip to content

Commit

Permalink
fix: Hide sider menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTkachev committed May 6, 2021
1 parent 6fd2a06 commit 89734df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const Sidebar: React.FC = () => {
<NavLink to="/order">
<icons.ShirtIcon /> Ordre/Kunder
</NavLink>
<NavLink to="/page">
{/* <NavLink to="/page">
<icons.ListIcon /> Sider
</NavLink>
</NavLink> TODO: Enable after first release*/}
<NavLink to="/settings">
<icons.SettingsIcon /> Innstillinger
</NavLink>
Expand Down

0 comments on commit 89734df

Please sign in to comment.