aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorVivian Lim <vivvnlim@gmail.com>2018-06-29 00:10:17 -0700
committerVivian Lim <vivvnlim@gmail.com>2018-06-29 00:10:17 -0700
commit158342fc394b7fded6e25b8cb40516ccaff6ac26 (patch)
tree0ae44ea013aeb0bf5c4fadf4e770b0d2694575bd /src/components/status/status.js
parentb0cf050797702d6a7cc921c71b27cecb5ce234c6 (diff)
Fix lint warnings
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js4
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,