fixing domain url in call
This commit is contained in:
parent
f78be56139
commit
ed7fc9c4ca
@ -345,8 +345,8 @@ export function ApproveTable<T extends { id: string | number }>({
|
||||
<HistoryModal
|
||||
open={historyModal}
|
||||
onClose={() => {
|
||||
setTransactionsHistoryResponse({ deposits: [], withdrawals: [] });
|
||||
setHistoryModal(false);
|
||||
setTransactionsHistoryResponse({ deposits: [], withdrawals: [] });
|
||||
}}
|
||||
deposits={transactionsHistoryResponse.deposits}
|
||||
withdrawals={transactionsHistoryResponse.withdrawals}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user