From 52f1575bd2af441f9cbdae479f55fd7516023c10 Mon Sep 17 00:00:00 2001 From: mannipje <135017126+mannipje@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:41:14 +0000 Subject: [PATCH] feat(web): Add default header for GEV organization (#16112) --- .../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) ? ( + + ) : (