diff --git a/client/src/components/profile/Avatar.vue b/client/src/components/profile/Avatar.vue index 6c393d38..b6b81046 100644 --- a/client/src/components/profile/Avatar.vue +++ b/client/src/components/profile/Avatar.vue @@ -73,7 +73,9 @@ this.$apollo.mutate({ mutation: TOGGLE_SIDEBAR, variables: { - profile: false + sidebar: { + profile: false + } } }); }