From b8e559ed7744a1e9a817d526ca08bdf14ed50126 Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Thu, 17 Oct 2024 21:37:41 +0200 Subject: [PATCH] Closes 494 ? misaligned --- src/app/AppLayout/AppLayout.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index fcb62347..8f100c2e 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -151,16 +151,6 @@ const AppLayout: React.FunctionComponent = ({ children }) => { align={{ default: 'alignRight' }} spacer={{ default: 'spacerNone', md: 'spacerMd' }} > - - - = ({ children }) => { + + + {!ConsoleServices.authentication().isNotSecured() && userActions()}