From 3183e15a4b6871b023836a7a655680c103d8a160 Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:11:29 +0200 Subject: [PATCH] fix(web): root pending component placement (#1601) --- web/src/routes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes.tsx b/web/src/routes.tsx index e1c6ad0..c5e8909 100644 --- a/web/src/routes.tsx +++ b/web/src/routes.tsx @@ -319,7 +319,7 @@ export const AuthIndexRoute = createRoute({ export const RootComponent = () => { const settings = SettingsContext.useValue(); return ( -