From 710ea3577444860918a0f2025edabde7f4c645fa Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Fri, 19 Mar 2021 16:35:09 +0200 Subject: [PATCH] Fix minor syntax issue Signed-off-by: Alex Culliere --- .../components/layout/main-layout-header.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/renderer/components/layout/main-layout-header.tsx b/src/renderer/components/layout/main-layout-header.tsx index b5d216123f..4fb6b69f9b 100644 --- a/src/renderer/components/layout/main-layout-header.tsx +++ b/src/renderer/components/layout/main-layout-header.tsx @@ -15,20 +15,20 @@ export const MainLayoutHeader = observer(({ cluster, className }: Props) => { const actions = ClusterActions(cluster); const renderMenu = () => ( - - Settings - - - Disconnect - - { - !cluster.isManaged && ( - + + Settings + + + Disconnect + + { + !cluster.isManaged && ( + Remove - ) - } - ; + ) + } + ); return (