From 5efd8a4aa6cd4deca287781be24083fc468c563a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 3 Feb 2018 20:37:27 +0300 Subject: fixes --- src/components/still-image/still-image.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/components/still-image/still-image.js') 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') -- cgit v1.2.3-70-g09d2