Fix save profile name edit
This commit is contained in:
parent
5137d882cf
commit
4a73b48f3f
1 changed files with 0 additions and 1 deletions
|
@ -315,7 +315,6 @@ export function ProfileEditor({
|
|||
);
|
||||
} else if (editState === EditState.ProfileName) {
|
||||
const shouldDisableSave =
|
||||
isLoadingAvatar ||
|
||||
!stagedProfile.firstName ||
|
||||
(stagedProfile.firstName === fullName.firstName &&
|
||||
stagedProfile.familyName === fullName.familyName) ||
|
||||
|
|
Loading…
Reference in a new issue