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,