diff options
| author | Vivian Lim <vivvnlim@gmail.com> | 2018-06-29 00:10:17 -0700 |
|---|---|---|
| committer | Vivian Lim <vivvnlim@gmail.com> | 2018-06-29 00:10:17 -0700 |
| commit | 158342fc394b7fded6e25b8cb40516ccaff6ac26 (patch) | |
| tree | 0ae44ea013aeb0bf5c4fadf4e770b0d2694575bd /src | |
| parent | b0cf050797702d6a7cc921c71b27cecb5ce234c6 (diff) | |
Fix lint warnings
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, |
