Fix space

This commit is contained in:
syuilo 2018-12-23 03:27:26 +09:00
parent e2fc7decad
commit 7d6aac3431
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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