mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 07:45:54 +02:00
[Client] Fix bug
This commit is contained in:
@@ -329,7 +329,7 @@
|
||||
|
||||
this.title = this.dateStringify(this.p.created_at);
|
||||
|
||||
this.url = CONFIG.url + '/' + this.p.user.username + '/' + this.p.id;
|
||||
this.url = `/${this.p.user.username}/${this.p.id}`;
|
||||
this.isDetailOpened = false;
|
||||
|
||||
this.on('mount', () => {
|
||||
|
||||
Reference in New Issue
Block a user