FIX: pending counts were not shown on invites tab

This commit is contained in:
Arpit Jalan 2019-03-04 14:14:13 +05:30
parent 714f6cde79
commit 824d9402a4

View File

@ -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", {