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 () {