From 08778f37984da11fff3d6a59c2ae3c09b8d9f4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 6 Jun 2019 23:24:40 +0200 Subject: [PATCH] Remove unnecessary refetching First of all this removes a bug, but it also shows that apollo triggers the rerendering of dependent components. FYI @mattwr18 --- webapp/pages/profile/_id/_slug.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 65c63e21f..b77405688 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -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)