Fix space

This commit is contained in:
syuilo
2018-12-23 03:27:26 +09:00
parent e2fc7decad
commit 7d6aac3431

View File

@ -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);
});
}