From 2024ea5bd385b7aeefa8209b431f5bf73bfb38ad Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 17 Apr 2018 12:15:13 +0800 Subject: [PATCH] Make Eslint happy. --- .../javascripts/discourse/components/user-card-contents.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/components/user-card-contents.js.es6 b/app/assets/javascripts/discourse/components/user-card-contents.js.es6 index a703de698be..da9f8dfdda1 100644 --- a/app/assets/javascripts/discourse/components/user-card-contents.js.es6 +++ b/app/assets/javascripts/discourse/components/user-card-contents.js.es6 @@ -1,7 +1,7 @@ import { wantsNewWindow } from 'discourse/lib/intercept-click'; import CleansUp from 'discourse/mixins/cleans-up'; import afterTransition from 'discourse/lib/after-transition'; -import { propertyNotEqual, setting } from 'discourse/lib/computed'; +import { setting } from 'discourse/lib/computed'; import { default as computed, observes } from 'ember-addons/ember-computed-decorators'; import DiscourseURL from 'discourse/lib/url'; import User from 'discourse/models/user';