diff --git a/src/renderer/components/layout/main-layout-header.tsx b/src/renderer/components/layout/main-layout-header.tsx index 019803598f..e2b35c384c 100644 --- a/src/renderer/components/layout/main-layout-header.tsx +++ b/src/renderer/components/layout/main-layout-header.tsx @@ -20,9 +20,13 @@ export const MainLayoutHeader = observer(({ cluster, className }: Props) => { Disconnect - { !cluster.isManaged && - Remove - } + { + !cluster.isManaged && ( + + Remove + + ) + } ; return (