diff options
| author | lain <lain@soykaf.club> | 2019-01-19 14:56:18 +0100 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-01-19 14:56:18 +0100 |
| commit | 0ed18283521447ec19363bf809d645e613b498a4 (patch) | |
| tree | a10552fa0cf5a917d8ef16feb0379f8da9de382d /src/components/attachment/attachment.js | |
| parent | 741ccfdc4afacd2368ff4a5001dab474e635ccb8 (diff) | |
Linting.
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) |
