Add done button to UsernameLinkModalBody

This commit is contained in:
Fedor Indutny 2023-08-18 00:54:29 +02:00 committed by Jamie Kyle
parent 0273e1ac1d
commit b7b725f74c
5 changed files with 22 additions and 0 deletions

View file

@ -535,6 +535,7 @@ export function ProfileEditor({
resetUsernameLink={resetUsernameLink}
saveAttachment={saveAttachment}
showToast={showToast}
onBack={() => setEditState(EditState.None)}
/>
);
} else if (editState === EditState.None) {