mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/nav: fix link to user account
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user