cleaning code

This commit is contained in:
Wikzyy
2025-03-27 22:19:44 +07:00
parent 4bc3d78700
commit 91a23e078f
2 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode }
order_direction: sorting[0].desc == false ? 'ASC' : 'DESC',
filter: JSON.stringify(filter)
});
console.log(response?.data);
// console.log(response?.data);
setWallets(response?.data.list);
return { data: response?.data.list, totalCount: response?.data.total_count };
} catch (error) {