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
|
name
|
||||||
description
|
description
|
||||||
required
|
required
|
||||||
rank
|
|
||||||
cookies {
|
cookies {
|
||||||
name
|
name
|
||||||
duration
|
duration
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ export const controlsFragment = graphql`
|
|||||||
__id
|
__id
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
id
|
|
||||||
...LinkedControlsCardFragment
|
...LinkedControlsCardFragment
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user