client/nav: fix link to user account
This commit is contained in:
parent
85ed552fce
commit
9a2a587fb1
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class TopNavController {
|
|||
}
|
||||
|
||||
updateVisibility() {
|
||||
this.items['account'].url = '/user/' + api.userName;
|
||||
|
||||
const b = Object.keys(this.items);
|
||||
for (let key of b) {
|
||||
this.items[key].available = true;
|
||||
|
|
Loading…
Reference in a new issue