Fix relay/unused-fields ESLint warnings
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -43,7 +43,6 @@ export const categorySectionFragment = graphql`
|
||||
name
|
||||
description
|
||||
required
|
||||
rank
|
||||
cookies {
|
||||
name
|
||||
duration
|
||||
|
||||
@@ -48,7 +48,6 @@ export const controlsFragment = graphql`
|
||||
__id
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
...LinkedControlsCardFragment
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user