fix agent balance

This commit is contained in:
unknown
2025-05-20 11:12:09 +07:00
parent 5ff80a0403
commit c24f9b6d4b

View File

@ -71,6 +71,7 @@ const AgentBalance = () => {
let temp = 1;
let resBalance = balances.data.data.list.map((el: any) => {
el.no = temp++;
if (!el.agent_name) el.agent_name = ''
return el;
});
setDataBalance(resBalance);