From c9e3890f73296fd658536215c6e08030f873e170 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 11 Jul 2023 07:50:00 -0700 Subject: [PATCH] Fixed: Remove 'Parse Testing' from sidebar --- frontend/src/Components/Page/Sidebar/PageSidebar.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/Components/Page/Sidebar/PageSidebar.js b/frontend/src/Components/Page/Sidebar/PageSidebar.js index 372c69b81..c7c6844a8 100644 --- a/frontend/src/Components/Page/Sidebar/PageSidebar.js +++ b/frontend/src/Components/Page/Sidebar/PageSidebar.js @@ -167,10 +167,6 @@ const links = [ { title: 'Log Files', to: '/system/logs/files' - }, - { - title: 'Parse Testing', - to: '/system/parse' } ] }