Fix formating

このコミットが含まれているのは:
rinpatch 2018-12-08 22:39:58 +01:00
コミット 4fde987e34
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -263,7 +263,7 @@ const PostStatusForm = {
this.newStatus.files.splice(index, 1)
},
uploadFailed (errString, templateArgs) {
templateArgs = templateArgs || {};
templateArgs = templateArgs || {}
this.error = this.$t('post_status.upload_error') + ' ' + this.$t('post_status.' + errString, templateArgs)
this.enableSubmit()
},