From 824d9402a418241947faa79731be112e667f5672 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Mon, 4 Mar 2019 14:14:13 +0530 Subject: [PATCH] FIX: pending counts were not shown on invites tab --- .../javascripts/discourse/controllers/user-invited-show.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/controllers/user-invited-show.js.es6 b/app/assets/javascripts/discourse/controllers/user-invited-show.js.es6 index f68788f4783..a157abee6ac 100644 --- a/app/assets/javascripts/discourse/controllers/user-invited-show.js.es6 +++ b/app/assets/javascripts/discourse/controllers/user-invited-show.js.es6 @@ -56,7 +56,7 @@ export default Ember.Controller.extend({ showSearch: Ember.computed.gte("totalInvites", 10), - @computed("invitesCount.total", "invitesCount.pending}") + @computed("invitesCount.total", "invitesCount.pending") pendingLabel(invitesCountTotal, invitesCountPending) { if (invitesCountTotal > 50) { return I18n.t("user.invited.pending_tab_with_count", {