From 9cb8261ddc5701ff5d5786ea1fba823e1e9317b2 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Fri, 5 Sep 2025 18:17:30 +0200 Subject: [PATCH] fix(header): avatar menu flashes when opening on mobile (#3999) --- apps/nextjs/src/components/layout/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs/src/components/layout/header.tsx b/apps/nextjs/src/components/layout/header.tsx index dd5d51243..e1f038343 100644 --- a/apps/nextjs/src/components/layout/header.tsx +++ b/apps/nextjs/src/components/layout/header.tsx @@ -17,7 +17,7 @@ interface Props { export const MainHeader = ({ logo, actions, hasNavigation = true }: Props) => { return ( - + {hasNavigation && }