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
|
<HistoryModal
|
||||||
open={historyModal}
|
open={historyModal}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setTransactionsHistoryResponse({ deposits: [], withdrawals: [] });
|
|
||||||
setHistoryModal(false);
|
setHistoryModal(false);
|
||||||
|
setTransactionsHistoryResponse({ deposits: [], withdrawals: [] });
|
||||||
}}
|
}}
|
||||||
deposits={transactionsHistoryResponse.deposits}
|
deposits={transactionsHistoryResponse.deposits}
|
||||||
withdrawals={transactionsHistoryResponse.withdrawals}
|
withdrawals={transactionsHistoryResponse.withdrawals}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user