Skip to content

Commit

Permalink
fix: remove network-only query
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 10, 2021
1 parent 502b027 commit 1db8e22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/components/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ export default {
networks: {
prefetch: true,
query: networks,
fetchPolicy: 'network-only',
},
feeds: {
prefetch: true,
query: feeds,
fetchPolicy: 'network-only',
variables() {
return {
page: this.currentPage,
Expand Down

0 comments on commit 1db8e22

Please sign in to comment.