Feature/add icon and name to positions table (#1040)
* Add icon and name * Update changelog
This commit is contained in:
@@ -18,4 +18,5 @@ export interface EnhancedSymbolProfile {
|
||||
symbol: string;
|
||||
symbolMapping?: { [key: string]: string };
|
||||
updatedAt: Date;
|
||||
url?: string;
|
||||
}
|
||||
|
@@ -13,6 +13,7 @@ export interface PortfolioPublicDetails {
|
||||
| 'netPerformancePercent'
|
||||
| 'sectors'
|
||||
| 'symbol'
|
||||
| 'url'
|
||||
| 'value'
|
||||
>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user