delete account and later on modal closing effect.
This commit is contained in:
@@ -219,6 +219,7 @@ export default {
|
||||
};
|
||||
|
||||
const onDeleteBtnClick = (usernameToDelete) => {
|
||||
acctMgmtStore.setCurrentViewingUser(usernameToDelete);
|
||||
modalStore.openModal(MODAL_DELETE);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user