Skip to content
Snippets Groups Projects
Commit d949909c authored by Ciaran Ainsworth's avatar Ciaran Ainsworth
Browse files

Fix additional linting issues

parent d92d75f8
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ import url from '@/utils/url'
import axios from 'axios'
import VolumeControl from './VolumeControl.vue'
import TrackFavoriteIcon from '@/components/favorites/TrackFavoriteIcon.vue'
import TrackPlaylistIcon from '@/components/playlists/TrackPlaylistIcon.vue'
import TrackPlaylistIcon from '@/components/playlists/TrackPlaylistIcon.vue'
export default {
components: {
......
......@@ -144,7 +144,7 @@ export default {
const response = await axios.post('text-preview/', { text: this.newValue, permissive: this.permissive })
this.preview = response.data.rendered
} catch (error) {
console.error(error);
console.error(error)
}
this.isLoadingPreview = false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment