1
0
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:
syuilo
2017-02-22 16:03:34 +09:00
parent 151f1fe3f7
commit a92985122e
2 changed files with 2 additions and 2 deletions

View File

@@ -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', () => {