Add done button to UsernameLinkModalBody
This commit is contained in:
parent
0273e1ac1d
commit
b7b725f74c
5 changed files with 22 additions and 0 deletions
|
@ -535,6 +535,7 @@ export function ProfileEditor({
|
|||
resetUsernameLink={resetUsernameLink}
|
||||
saveAttachment={saveAttachment}
|
||||
showToast={showToast}
|
||||
onBack={() => setEditState(EditState.None)}
|
||||
/>
|
||||
);
|
||||
} else if (editState === EditState.None) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue