From: Laurence Maultsby Date: Wed, 12 Apr 2017 18:32:09 +0000 (-0400) Subject: Removed disabled option from user management X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=5c4f59da424ebcca19a0fdd8d1a6cfcf7441e5fc;ds=sidebyside Removed disabled option from user management Signed-off-by: Laurence Maultsby --- 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 + : + } - -