From f53736e3522d27d152ccd98be45a5e5596e85b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Sun, 28 Jun 2026 14:06:16 +0200 Subject: [PATCH] Remove unused graphql field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/compliance-portal/src/components/TopBar/TopBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/compliance-portal/src/components/TopBar/TopBar.tsx b/apps/compliance-portal/src/components/TopBar/TopBar.tsx index 63ea06411..638812be6 100644 --- a/apps/compliance-portal/src/components/TopBar/TopBar.tsx +++ b/apps/compliance-portal/src/components/TopBar/TopBar.tsx @@ -35,7 +35,6 @@ const NAV_ITEMS = [ const topBarFragment = graphql` fragment TopBar_query on Query { viewer { - id ...TopBarUserMenu_identity } currentTrustCenter @required(action: THROW) {