Make linter happy.

This commit is contained in:
Roger Braun 2017-04-24 20:34:06 +02:00
parent 0c41adccff
commit 48725ff9d0

View file

@ -2,7 +2,7 @@ import statusPoster from '../../services/status_poster/status_poster.service.js'
import MediaUpload from '../media_upload/media_upload.vue'
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) => {
let allAttentions = [...attentions]
@ -19,7 +19,6 @@ const buildMentionsString = ({user, attentions}, currentUser) => {
return mentions.join(' ') + ' '
}
const PostStatusForm = {
props: [
'replyTo',