removed unwanted logs
This commit was merged in pull request #848.
This commit is contained in:
@@ -220,7 +220,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
|
||||
dispatch(updateWalletDetails({ loading: true, data: [] }));
|
||||
try {
|
||||
const res = await apiCall.getUserWallets();
|
||||
console.log("wallet - >", res.data);
|
||||
// console.log("wallet - >", res.data);
|
||||
dispatch(
|
||||
updateWalletDetails({ loading: false, data: res.data?.result_list })
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user