From 18072863d13f4d5b3cbf410dd6a39833d489a0a2 Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Wed, 18 Sep 2024 16:15:17 +0200 Subject: [PATCH] ISPN-16599 Fix character in the about menu --- src/app/AppLayout/AppLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index 4ecb9cd4..fcb62347 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -186,7 +186,6 @@ const AppLayout: React.FunctionComponent = ({ children }) => { > {t('layout.documentation-name')} - , setIsAboutOpen(!isAboutOpen)} key="about" component="button"> {t('layout.about-name')}