From 0cfb41755a3cf5bc39cd65e45e02418c245fa793 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 27 Jun 2024 00:21:32 -0400 Subject: lint --- frontend/src/router-hook.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/router-hook.tsx') diff --git a/frontend/src/router-hook.tsx b/frontend/src/router-hook.tsx index 7b66d351..e3325913 100644 --- a/frontend/src/router-hook.tsx +++ b/frontend/src/router-hook.tsx @@ -61,9 +61,7 @@ class RouterHook extends Logger { routes.forEach(({ component, props }, path) => { newRouterArray.push( - - {createElement(component)} - + {createElement(component)} , ); }); -- cgit v1.2.3