Skip to content

Commit

Permalink
fix(Providers): remove unsused field from query
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Oct 8, 2019
1 parent 9f292a6 commit a51a299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -73,7 +73,6 @@ YAML is used to curate your list of provider and consumer packages. In your cont
```yml
- type:
title: ""
plural: ""
modal: ""
types:
- title: ""
Expand Down
2 changes: 0 additions & 2 deletions src/components/Providers/index.tsx
Expand Up @@ -10,7 +10,6 @@ interface ProvidersQuery {
node: {
id: string;
title: string;
plural: string;
modal: string;
types: {
title: string;
Expand All @@ -33,7 +32,6 @@ const Providers = () => {
node {
id
title
plural
modal
types {
title
Expand Down

0 comments on commit a51a299

Please sign in to comment.