From 3d72c2b964e460762b7ccecc10ddb119fbe80ace Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 5 Aug 2018 05:44:02 +0300 Subject: [PATCH] fixed lint --- src/components/status/status.js | 3 +-- 1 file changed, 1 insertion(+), 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) {