fix gross performance number type
This commit is contained in:
parent
aabfb39e8f
commit
8a482e63b9
@ -206,7 +206,7 @@ export class PortfolioService {
|
||||
.filter((timelineItem) => timelineItem !== null)
|
||||
.map((timelineItem) => ({
|
||||
date: timelineItem.date,
|
||||
value: timelineItem.grossPerformance,
|
||||
value: timelineItem.grossPerformance.toNumber(),
|
||||
marketPrice: timelineItem.value
|
||||
}));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user