resolved lint issue

This commit is contained in:
ValD 2018-12-12 03:44:45 +05:30
parent 139659d42c
commit de5d846ebd

View file

@ -85,7 +85,7 @@ const settings = {
hideNsfwLocal (value) { hideNsfwLocal (value) {
this.$store.dispatch('setOption', { name: 'hideNsfw', value }) this.$store.dispatch('setOption', { name: 'hideNsfw', value })
}, },
preloadImage(value) { preloadImage (value) {
this.$store.dispatch('setOption', { name: 'preloadImage', value }) this.$store.dispatch('setOption', { name: 'preloadImage', value })
}, },
hideISPLocal (value) { hideISPLocal (value) {