another one

This commit was merged in pull request #54.
This commit is contained in:
Ebube
2023-05-10 17:32:26 +01:00
parent 4202941d43
commit 4e5cd7a40c
+1 -1
View File
@@ -122,7 +122,7 @@ export default function FamilyAcc() {
setLoader(false);
throw new Error(error);
}
}, [apiCall]);
}, [apiCall, memberId, sessionId, uid]);
useEffect(() => {
memberList();