Implemented zero state to all listings #53

Merged
ameye merged 19 commits from implementing-zero-state into master 2023-05-11 21:05:09 +00:00
Showing only changes of commit 4e5cd7a40c - Show all commits
+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();