Restore fixed reinvest income and repair FX snapshots
This commit is contained in:
@@ -3357,6 +3357,7 @@
|
||||
value: earnedValue !== null ? fmtMoney(earnedValue, reportCurrency) : 'n/a',
|
||||
sub: [
|
||||
totalHoldingsValue !== null ? `Variabel ${fmtMoney(totalHoldingsValue, reportCurrency)}` : null,
|
||||
settledCryptoSpendValue !== null ? `Fix ${fmtMoney(settledCryptoSpendValue, reportCurrency)}` : null,
|
||||
currentSettings?.baseline_measured_at ? `Seit Baseline ${fmtDate(currentSettings.baseline_measured_at)}` : 'Benötigt Baseline',
|
||||
].filter(Boolean).join(' · '),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user