From 8fd2578a6d22d49ec91cb9dea0485d1fc1d845fb Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Fri, 10 Feb 2023 23:16:37 -0800 Subject: [PATCH] fixed the bug with no projects --- frontend/src/layouts/AppLayout/AppLayout.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/frontend/src/layouts/AppLayout/AppLayout.tsx b/frontend/src/layouts/AppLayout/AppLayout.tsx index 3f4e0f95e..1a2dc2cfa 100644 --- a/frontend/src/layouts/AppLayout/AppLayout.tsx +++ b/frontend/src/layouts/AppLayout/AppLayout.tsx @@ -218,7 +218,8 @@ export const AppLayout = ({ children }: LayoutProps) => {