diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index f3bb19bb2..c98454342 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -287,8 +287,8 @@ const PostStatusForm = { }, newStatusContent() { return this.mentionsLine - ? this.newStatus.status - : this.mentionsString + this.newStatus.status + ? this.mentionsString + this.newStatus.status + : this.newStatus.status }, isEdit() { return typeof this.statusId !== 'undefined' && this.statusId.trim() !== ''