diff options
Diffstat (limited to 'src/components/attachment/attachment.js')
| -rw-r--r-- | src/components/attachment/attachment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index cee5356d..18a03770 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -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) |
