Remove unnecessary refetching

First of all this removes a bug, but it also shows that apollo triggers
the rerendering of dependent components.

FYI @mattwr18
This commit is contained in:
Robert Schäfer 2019-06-06 23:24:40 +02:00
parent c9ef1bc5ce
commit 08778f3798

View File

@ -316,7 +316,6 @@ export default {
handleTab(tab) {
this.tabActive = tab
this.filter = tabToFilterMapping({ tab, id: this.$route.params.id })
this.showMoreContributions()
},
uniq(items, field = 'id') {
return uniqBy(items, field)