From 598c0088a647e88da8100875574871e5ad02e7c4 Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 25 Apr 2024 18:13:33 +0200 Subject: [PATCH] remove unused Suspense --- web/source/settings/index.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/web/source/settings/index.tsx b/web/source/settings/index.tsx index e75b6531c..977a94150 100644 --- a/web/source/settings/index.tsx +++ b/web/source/settings/index.tsx @@ -17,7 +17,7 @@ along with this program. If not, see . */ -import React, { StrictMode, Suspense, useMemo } from "react"; +import React, { StrictMode, useMemo } from "react"; import "./style.css"; import { createRoot } from "react-dom/client"; @@ -55,17 +55,15 @@ export function App({ account }: AppProps) {
- }> - - - - {/* + + + + {/* Redirect to first part of UserRouter if just the bare settings page is open, so user isn't greeted with a blank page. */} - - +