forked from AkkomaGang/akkoma-fe
Fix lint warnings
This commit is contained in:
parent
b0cf050797
commit
158342fc39
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ const Status = {
|
||||||
preview: null,
|
preview: null,
|
||||||
showPreview: false,
|
showPreview: false,
|
||||||
showingTall: false,
|
showingTall: false,
|
||||||
showingContentWarningContent: false
|
showingContentWarningContent: false
|
||||||
}),
|
}),
|
||||||
computed: {
|
computed: {
|
||||||
muteWords () {
|
muteWords () {
|
||||||
|
@ -96,7 +96,7 @@ const Status = {
|
||||||
},
|
},
|
||||||
clickThroughContentWarningsEnabled () {
|
clickThroughContentWarningsEnabled () {
|
||||||
return this.$store.state.config.clickThroughContentWarningsEnabled
|
return this.$store.state.config.clickThroughContentWarningsEnabled
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
Attachment,
|
Attachment,
|
||||||
|
|
Loading…
Reference in a new issue