fixed some bugs and clean up

This commit was merged in pull request #99.
This commit is contained in:
Ebube
2023-05-24 15:01:39 +01:00
parent d673d890db
commit 4fb5bcc3f3
5 changed files with 12 additions and 77 deletions
+2
View File
@@ -73,6 +73,7 @@ export default function FamilyAcc() {
if (data?.internal_return > 0 && data?.status == "OK") {
setLoader(false);
setListReload((prev) => !prev);
popUpHandler()
} else {
setLoader(false);
setMsgErr("Sorry, something went wrong");
@@ -93,6 +94,7 @@ export default function FamilyAcc() {
first_name: "",
last_name: "",
});
setSelectedAge("")
}
};