update wallet history

This commit is contained in:
bagusajisaputroo
2025-05-12 22:19:35 +07:00
parent 8dca6c875e
commit f81c28b843

View File

@ -258,7 +258,6 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode }
return { data: [], totalCount: 0 }; return { data: [], totalCount: 0 };
} }
// Fetch wallets to map wallet names
const walletsResponse = await GetData(`${API_URL_WALLET}/dashboard/wallet/`, { const walletsResponse = await GetData(`${API_URL_WALLET}/dashboard/wallet/`, {
limit: 100, limit: 100,
page: 1, page: 1,
@ -267,7 +266,6 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode }
order_direction: 'ASC' order_direction: 'ASC'
}); });
// Fetch groups to map group names
const groupsResponse = await GetData(`${API_URL_WALLET}/dashboard/group/`, { const groupsResponse = await GetData(`${API_URL_WALLET}/dashboard/group/`, {
limit: 100, limit: 100,
page: 1, page: 1,