update wallet history
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user