From 779b520e097c2b124aea77e17439e3dacad14c70 Mon Sep 17 00:00:00 2001
From: Rory Doak <rory@opensystemslab.io>
Date: Wed, 26 Jun 2024 12:08:52 +0100
Subject: [PATCH] remove comment out of general settings inherited from main

---
 editor.planx.uk/src/routes/teamSettings.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/editor.planx.uk/src/routes/teamSettings.tsx b/editor.planx.uk/src/routes/teamSettings.tsx
index c03254a546..587160a6ea 100644
--- a/editor.planx.uk/src/routes/teamSettings.tsx
+++ b/editor.planx.uk/src/routes/teamSettings.tsx
@@ -47,11 +47,11 @@ const teamSettingsRoutes = compose(
                 route: "design",
                 Component: DesignSettings,
               },
-              /*  {
+              {
                 name: "General",
                 route: "general",
                 Component: GeneralSettings,
-              },*/
+              },
             ]}
           />
         ),