From 5c4f59da424ebcca19a0fdd8d1a6cfcf7441e5fc Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Wed, 12 Apr 2017 14:32:09 -0400 Subject: [PATCH] Removed disabled option from user management Signed-off-by: Laurence Maultsby --- .../user_management/src/dashboard/dashboard.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx index 09e5c6b39..2494df0fb 100644 --- a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx +++ b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx @@ -267,14 +267,12 @@ class UserManagementDashboard extends React.Component { hasCloseButton={this.closePanel} no-corners> - { - this.state.isEdit ? - null - : - } + { + this.state.isEdit ? + null + : + } - - -- 2.17.1