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) {
|
} else if (editState === EditState.ProfileName) {
|
||||||
const shouldDisableSave =
|
const shouldDisableSave =
|
||||||
isLoadingAvatar ||
|
|
||||||
!stagedProfile.firstName ||
|
!stagedProfile.firstName ||
|
||||||
(stagedProfile.firstName === fullName.firstName &&
|
(stagedProfile.firstName === fullName.firstName &&
|
||||||
stagedProfile.familyName === fullName.familyName) ||
|
stagedProfile.familyName === fullName.familyName) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue