From 044aec2caf53222fa8e29fee62b31db9fff75840 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Sat, 25 Jul 2020 23:13:33 -0700 Subject: [PATCH] Remove ui elements from sidebar (#148) --- .../src/components/Sidebar/Sidebar.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/react-material-admin/src/components/Sidebar/Sidebar.js b/frontend/react-material-admin/src/components/Sidebar/Sidebar.js index 0b4892fc..34124ba2 100644 --- a/frontend/react-material-admin/src/components/Sidebar/Sidebar.js +++ b/frontend/react-material-admin/src/components/Sidebar/Sidebar.js @@ -3,7 +3,6 @@ import { Drawer, IconButton, List } from "@material-ui/core"; import { Home as HomeIcon, NotificationsNone as NotificationsIcon, - FilterNone as UIElementsIcon, People as ProfilesIcon, AttachMoney as LightningIcon, QuestionAnswer as SupportIcon, @@ -33,17 +32,6 @@ const structure = [ { id: 0, label: "Timeline", link: "/app/timeline", icon: }, { id: 1, label: "Profiles", link: "/app/profiles", icon: }, { id: 2, label: "Lightning", link: "/app/lightning", icon: }, - { - id: 4, - label: "UI Elements", - link: "/app/ui", - icon: , - children: [ - { label: "Icons", link: "/app/ui/icons" }, - { label: "Charts", link: "/app/ui/charts" }, - { label: "Maps", link: "/app/ui/maps" }, - ], - }, ]; function Sidebar({ location }) {