diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 4e242701..40786d94 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -29,7 +29,7 @@ const Status = { preview: null, showPreview: false, showingTall: false, - showingContentWarningContent: false + showingContentWarningContent: false }), computed: { muteWords () { @@ -96,7 +96,7 @@ const Status = { }, clickThroughContentWarningsEnabled () { return this.$store.state.config.clickThroughContentWarningsEnabled - }, + } }, components: { Attachment, |
