Fix space
This commit is contained in:
parent
e2fc7decad
commit
7d6aac3431
|
@ -209,7 +209,7 @@ export default Vue.extend({
|
|||
|
||||
// ダイレクトへのリプライはリプライ先ユーザーを初期設定
|
||||
if (this.reply && this.reply.visibility === 'specified') {
|
||||
this.$root.api('users/show', { userId: this.reply.userId }).then(user => {
|
||||
this.$root.api('users/show', { userId: this.reply.userId }).then(user => {
|
||||
this.visibleUsers.push(user);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue