From e214aae719c10953c4c3a7949c9bd02d6983b045 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Mar 2016 22:35:57 +0500 Subject: PLT-963 - Improving scss structure --- web/react/components/user_list.jsx | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'web/react/components/user_list.jsx') diff --git a/web/react/components/user_list.jsx b/web/react/components/user_list.jsx index 39453a827..783d552dc 100644 --- a/web/react/components/user_list.jsx +++ b/web/react/components/user_list.jsx @@ -21,23 +21,19 @@ export default class UserList extends React.Component { }); } else { content = ( - - - - - +
+ +
); } return ( - - - {content} - -
+
+ {content} +
); } } -- cgit v1.2.3-1-g7c22