Fix save profile name edit
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
ab4350ad58
commit
4463071d56
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…
Add table
Reference in a new issue