diff --git a/web/src/components/debug.tsx b/web/src/components/debug.tsx index 95e649d..7b9767c 100644 --- a/web/src/components/debug.tsx +++ b/web/src/components/debug.tsx @@ -10,8 +10,10 @@ const DEBUG: FC = ({ values }) => { } return ( -
-
{JSON.stringify(values, 0 as any, 2)}
+
+
+              {JSON.stringify(values, undefined, 2)}
+            
); }; diff --git a/web/src/screens/Settings.tsx b/web/src/screens/Settings.tsx index ea3349e..313edf5 100644 --- a/web/src/screens/Settings.tsx +++ b/web/src/screens/Settings.tsx @@ -53,7 +53,7 @@ function SubNavLink({item, url}: any) { function SidebarNav({subNavigation, url}: any) { return ( -