forked from AkkomaGang/akkoma-fe
Make linter happy.
This commit is contained in:
parent
0c41adccff
commit
48725ff9d0
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ import statusPoster from '../../services/status_poster/status_poster.service.js'
|
||||||
import MediaUpload from '../media_upload/media_upload.vue'
|
import MediaUpload from '../media_upload/media_upload.vue'
|
||||||
import fileTypeService from '../../services/file_type/file_type.service.js'
|
import fileTypeService from '../../services/file_type/file_type.service.js'
|
||||||
|
|
||||||
import { merge, reject, map, uniqBy } from 'lodash'
|
import { reject, map, uniqBy } from 'lodash'
|
||||||
|
|
||||||
const buildMentionsString = ({user, attentions}, currentUser) => {
|
const buildMentionsString = ({user, attentions}, currentUser) => {
|
||||||
let allAttentions = [...attentions]
|
let allAttentions = [...attentions]
|
||||||
|
@ -19,7 +19,6 @@ const buildMentionsString = ({user, attentions}, currentUser) => {
|
||||||
return mentions.join(' ') + ' '
|
return mentions.join(' ') + ' '
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const PostStatusForm = {
|
const PostStatusForm = {
|
||||||
props: [
|
props: [
|
||||||
'replyTo',
|
'replyTo',
|
||||||
|
|
Loading…
Reference in a new issue