From a7c814262b5b50f9779f6aa62750bc2d4ff4dceb Mon Sep 17 00:00:00 2001 From: Julien Midedji Date: Fri, 1 Nov 2019 19:02:01 +0100 Subject: [PATCH] Set specific subpage that is requested when profile is shown (#11412) --- website/client/src/components/userMenu/profile.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index 1e0b413c4c..ce08138dba 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -756,6 +756,7 @@ export default { }, mounted () { this.loadUser(); + this.selectPage(this.startingPage); }, methods: { async loadUser () {