forked from AkkomaGang/akkoma-fe
Linting.
This commit is contained in:
parent
741ccfdc4a
commit
0ed1828352
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue