fix data passed to borrow chart

This commit is contained in:
saml33 2021-06-17 20:14:11 +10:00
parent 2d7783ba98
commit 90cbbf8531
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ export default function StatsTotals() {
}) })
borrowValues.push({ borrowValues.push({
symbol: stats[i].symbol, symbol: trimmedStats[i].symbol,
value: borrowValue, value: borrowValue,
time: stats[i].hourly, time: trimmedStats[i].hourly,
}) })
} }
} }