ProfilePageView: idk why I didnt do that b4
This commit is contained in:
parent
55eb47a4e5
commit
2af2bdba27
@ -8,7 +8,7 @@ export default class extends AbstractView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setTitle() {
|
setTitle() {
|
||||||
document.title = `${this.username} - Profile`;
|
document.title = this.titleKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
async postInit()
|
async postInit()
|
||||||
|
Loading…
Reference in New Issue
Block a user