virtual card country fixed

This commit was merged in pull request #836.
This commit is contained in:
victorAnumudu
2024-11-01 22:27:24 +01:00
parent 040c79e2e5
commit 0fbbf38d6c
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -211,6 +211,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
getMyJobList();
}, [jobListTable, isLogin.status]);
//FUNCTION TO GET FULL USER WALLETS
useEffect(() => {
if((!loggedIn && !isLogin.status) || account_type == 'FAMILY'){ // DO NOT CALL THIS, IF USER ACCOUNT TYPE IS FAMILY
return