fixing domain url in call

This commit is contained in:
Mitchell Magro 2025-08-12 15:09:38 +02:00
parent f78be56139
commit ed7fc9c4ca

View File

@ -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}