Remove unused graphql field

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-28 14:06:16 +02:00
parent a5e0fb59e9
commit f53736e352

View File

@@ -35,7 +35,6 @@ const NAV_ITEMS = [
const topBarFragment = graphql`
fragment TopBar_query on Query {
viewer {
id
...TopBarUserMenu_identity
}
currentTrustCenter @required(action: THROW) {