From f4e017d48824118064f33ce680731353adc70329 Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Fri, 12 Feb 2021 12:35:21 +0200 Subject: [PATCH] Fix classnames for unit tests Signed-off-by: Alex Culliere --- src/renderer/components/layout/main-layout-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/layout/main-layout-header.tsx b/src/renderer/components/layout/main-layout-header.tsx index 8b005a8f13..df6cd81409 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