From 68fdfd76f523fd19ab1866603ec1285cdc422974 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 27 May 2020 22:06:45 +0530 Subject: [PATCH] fix the build --- .../javascripts/discourse/app/components/group-card-contents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/group-card-contents.js b/app/assets/javascripts/discourse/app/components/group-card-contents.js index 5f09b94b188..4820500e737 100644 --- a/app/assets/javascripts/discourse/app/components/group-card-contents.js +++ b/app/assets/javascripts/discourse/app/components/group-card-contents.js @@ -1,4 +1,4 @@ -import { alias, match, gt, or } from "@ember/object/computed"; +import { alias, match, gt } from "@ember/object/computed"; import Component from "@ember/component"; import { setting } from "discourse/lib/computed"; import discourseComputed from "discourse-common/utils/decorators";