fix data passed to borrow chart
This commit is contained in:
parent
2d7783ba98
commit
90cbbf8531
|
@ -57,9 +57,9 @@ export default function StatsTotals() {
|
|||
})
|
||||
|
||||
borrowValues.push({
|
||||
symbol: stats[i].symbol,
|
||||
symbol: trimmedStats[i].symbol,
|
||||
value: borrowValue,
|
||||
time: stats[i].hourly,
|
||||
time: trimmedStats[i].hourly,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue