forked from AkkomaGang/akkoma-fe
Lint
This commit is contained in:
parent
7dd1a0dd30
commit
7e21853cca
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ import PinchZoom from '../pinch_zoom/pinch_zoom.vue'
|
|||
import SwipeClick from '../swipe_click/swipe_click.vue'
|
||||
import GestureService from '../../services/gesture_service/gesture_service'
|
||||
import Flash from 'src/components/flash/flash.vue'
|
||||
import Vuex from 'vuex'
|
||||
import fileTypeService from '../../services/file_type/file_type.service.js'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
|
@ -62,7 +61,7 @@ const MediaModal = {
|
|||
},
|
||||
type () {
|
||||
return this.currentMedia ? this.getType(this.currentMedia) : null
|
||||
},
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getType (media) {
|
||||
|
|
Loading…
Reference in a new issue