From 48f1408c9aa39165cb6fba1ff9efb972dbf031d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rmann=20P=C3=A9tur=20=C3=86varsson?= Date: Mon, 23 Sep 2024 11:23:08 +0000 Subject: [PATCH] Add default header for GEV organization --- .../Organization/Wrapper/OrganizationWrapper.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/web/components/Organization/Wrapper/OrganizationWrapper.tsx b/apps/web/components/Organization/Wrapper/OrganizationWrapper.tsx index 85bae312c8ee..bd017feeb446 100644 --- a/apps/web/components/Organization/Wrapper/OrganizationWrapper.tsx +++ b/apps/web/components/Organization/Wrapper/OrganizationWrapper.tsx @@ -421,7 +421,15 @@ export const OrganizationHeader: React.FC< /> ) case 'gev': - return ( + return n('usingDefaultHeader', false) ? ( + + ) : (