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