diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-05 05:44:02 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-05 05:44:02 +0300 |
| commit | 3d72c2b964e460762b7ccecc10ddb119fbe80ace (patch) | |
| tree | 097fb165fd6a14d56eba0b85e3377beade865358 /src | |
| parent | b04a9d1229e1ed35f61634ae25519cfbcb8a2c29 (diff) | |
fixed lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 10f93207..0f1ab217 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -6,7 +6,6 @@ import PostStatusForm from '../post_status_form/post_status_form.vue' import UserCardContent from '../user_card_content/user_card_content.vue' import StillImage from '../still-image/still-image.vue' import { filter, find } from 'lodash' -import { hex2rgb } from '../../services/color_convert/color_convert.js' import { highlightClass, highlightStyle } from '../../services/user_highlighter/user_highlighter.js' const Status = { @@ -186,7 +185,7 @@ const Status = { }, replyLeave () { this.showPreview = false - }, + } }, watch: { 'highlight': function (id) { |
