Fix relay/unused-fields ESLint warnings

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-20 15:04:49 +04:00
parent ddc97208e5
commit a60f5dfa95
2 changed files with 0 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ export const categorySectionFragment = graphql`
name name
description description
required required
rank
cookies { cookies {
name name
duration duration

View File

@@ -48,7 +48,6 @@ export const controlsFragment = graphql`
__id __id
edges { edges {
node { node {
id
...LinkedControlsCardFragment ...LinkedControlsCardFragment
} }
} }