Feature/clean up initial values from x ray (#1914)
* Clean up initial (original) values from X-Ray * Refactor current to valueInBaseCurrency * Update changelog
This commit is contained in:
@@ -8,9 +8,9 @@ export interface PortfolioDetails {
|
||||
[id: string]: {
|
||||
balance: number;
|
||||
currency: string;
|
||||
current: number;
|
||||
name: string;
|
||||
original: number;
|
||||
valueInBaseCurrency: number;
|
||||
valueInPercentage?: number;
|
||||
};
|
||||
};
|
||||
filteredValueInBaseCurrency?: number;
|
||||
|
Reference in New Issue
Block a user