mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
Set specific subpage that is requested when profile is shown (#11412)
This commit is contained in:
parent
f02992faa5
commit
a7c814262b
1 changed files with 1 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ export default {
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.loadUser();
|
this.loadUser();
|
||||||
|
this.selectPage(this.startingPage);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async loadUser () {
|
async loadUser () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue