Linting.
This commit is contained in:
parent
741ccfdc4a
commit
0ed1828352
@ -25,7 +25,7 @@ const Attachment = {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
referrerpolicy () {
|
referrerpolicy () {
|
||||||
return this.$store.state.instance.mediaProxyAvailable ? "" : "no-referrer"
|
return this.$store.state.instance.mediaProxyAvailable ? '' : 'no-referrer'
|
||||||
},
|
},
|
||||||
type () {
|
type () {
|
||||||
return fileTypeService.fileType(this.attachment.mimetype)
|
return fileTypeService.fileType(this.attachment.mimetype)
|
||||||
|
Loading…
Reference in New Issue
Block a user