From 12cc9def7beac97ab2b0beae946e19c5eb65e144 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 9 May 2016 20:57:51 +0500 Subject: Improvements to system console and DM modal (#2930) Fixing audit and compliance table Changing prop Minor improvement to the DM modal --- webapp/components/filtered_user_list.jsx | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'webapp/components/filtered_user_list.jsx') diff --git a/webapp/components/filtered_user_list.jsx b/webapp/components/filtered_user_list.jsx index cffafd663..4270d3731 100644 --- a/webapp/components/filtered_user_list.jsx +++ b/webapp/components/filtered_user_list.jsx @@ -104,9 +104,26 @@ class FilteredUserList extends React.Component { let count; if (users.length === this.state.users.length) { - count = '(' + users.length + ')'; + count = ( + + ); } else { - count = '(' + this.state.users.length + ')'; + count = ( + + ); } let teamToggle; @@ -117,7 +134,6 @@ class FilteredUserList extends React.Component { teamToggle = (
- {count}