From 4bacbaa96c6ac8e005b4a11d6f7c59b156c888c8 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Thu, 28 May 2026 08:41:12 +0300 Subject: [PATCH] add route --- apps/edr-freight-web/portal/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/App.tsx b/apps/edr-freight-web/portal/src/App.tsx index 66cbd1c46..968f0925d 100644 --- a/apps/edr-freight-web/portal/src/App.tsx +++ b/apps/edr-freight-web/portal/src/App.tsx @@ -79,7 +79,7 @@ const App = () => { return ; } - if (!user) { + if (user) { return ( } />