adads
This commit is contained in:
@@ -2805,7 +2805,7 @@
|
||||
const totalSpentOverallFiat = totalSpentOverallCurrentAsset !== null
|
||||
? convertCurrencyValue(totalSpentOverallCurrentAsset, currentCoinCurrency, reportCurrency)
|
||||
: null;
|
||||
const spentByType = activeMinerRows.reduce((summary, row) => {
|
||||
const spentByType = allMinerRows.reduce((summary, row) => {
|
||||
const amount = Number(row?.effective_amount);
|
||||
const currency = String(row?.effective_currency || '').toUpperCase();
|
||||
if (!Number.isFinite(amount) || amount <= 0 || !currency) {
|
||||
|
||||
Reference in New Issue
Block a user