diff --git a/src/renderer/components/layout/main-layout-header.tsx b/src/renderer/components/layout/main-layout-header.tsx index e2b35c384c..b5d216123f 100644 --- a/src/renderer/components/layout/main-layout-header.tsx +++ b/src/renderer/components/layout/main-layout-header.tsx @@ -13,7 +13,8 @@ interface Props { export const MainLayoutHeader = observer(({ cluster, className }: Props) => { const actions = ClusterActions(cluster); - const renderMenu = () => + const renderMenu = () => ( + Settings