aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/still-image/still-image.js')
-rw-r--r--src/components/still-image/still-image.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/still-image/still-image.js b/src/components/still-image/still-image.js
index 595652f2..f0b25265 100644
--- a/src/components/still-image/still-image.js
+++ b/src/components/still-image/still-image.js
@@ -1,16 +1,9 @@
-import fileTypeService from '../../services/file_type/file_type.service.js'
-
const StillImage = {
props: [
'src',
'referrerpolicy',
'mimetype'
],
- data () {
- return {
- hideNsfwLocal: this.$store.state.config.hideNsfw,
- }
- },
computed: {
animated () {
return this.mimetype === 'image/gif' || this.src.endsWith('.gif')