From 3b4d9c223bbbd3778063eda39b5bf633b4b47e30 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Wed, 30 Mar 2022 21:17:47 -0400 Subject: [PATCH] 18559: Allow editing user fname/lname Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- src/views/user-profile-panel/user-profile-panel-root.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/user-profile-panel/user-profile-panel-root.tsx b/src/views/user-profile-panel/user-profile-panel-root.tsx index 6a3adb92..531d3bdb 100644 --- a/src/views/user-profile-panel/user-profile-panel-root.tsx +++ b/src/views/user-profile-panel/user-profile-panel-root.tsx @@ -228,16 +228,16 @@ export const UserProfilePanelRoot = withStyles(styles)( @@ -289,7 +289,6 @@ export const UserProfilePanelRoot = withStyles(styles)( name="prefs.profile.website_url" component={TextField as any} disabled={!this.props.isAdmin && !this.props.isSelf} - /> -- 2.30.2