fix(ProfilePage): setTitle looked up in the language files for username
This commit is contained in:
parent
a0450cf406
commit
2f87ba1e44
@ -7,6 +7,10 @@ export default class extends AbstractView {
|
||||
this.username = decodeURI(params.username);
|
||||
}
|
||||
|
||||
setTitle() {
|
||||
document.title = this.username;
|
||||
}
|
||||
|
||||
async postInit()
|
||||
{
|
||||
this.profile = await client.profiles.getProfile(this.username);
|
||||
|
Loading…
Reference in New Issue
Block a user