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