Skip to content
Snippets Groups Projects
Commit 0ed18283 authored by lain's avatar lain
Browse files

Linting.

parent 741ccfdc
No related branches found
No related tags found
1 merge request!467Don't use referrerpolicy with media proxy.
Pipeline #6390 passed
......@@ -25,7 +25,7 @@ const Attachment = {
},
computed: {
referrerpolicy () {
return this.$store.state.instance.mediaProxyAvailable ? "" : "no-referrer"
return this.$store.state.instance.mediaProxyAvailable ? '' : 'no-referrer'
},
type () {
return fileTypeService.fileType(this.attachment.mimetype)
......
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