Feature/add icon and name to positions table (#1040)

* Add icon and name

* Update changelog
This commit is contained in:
Thomas Kaul
2022-06-25 11:33:59 +02:00
committed by GitHub
parent eb059a024a
commit f7bf6e652b
8 changed files with 61 additions and 52 deletions

View File

@@ -18,4 +18,5 @@ export interface EnhancedSymbolProfile {
symbol: string;
symbolMapping?: { [key: string]: string };
updatedAt: Date;
url?: string;
}

View File

@@ -13,6 +13,7 @@ export interface PortfolioPublicDetails {
| 'netPerformancePercent'
| 'sectors'
| 'symbol'
| 'url'
| 'value'
>;
};