Feature/add positions table to public page (#1037)

* Add positions table

* Update changelog
This commit is contained in:
Thomas Kaul
2022-06-23 19:24:24 +02:00
committed by GitHub
parent 1fa65e1efd
commit 1ff736537c
8 changed files with 49 additions and 12 deletions

View File

@@ -10,7 +10,9 @@ export interface PortfolioPublicDetails {
| 'currency'
| 'markets'
| 'name'
| 'netPerformancePercent'
| 'sectors'
| 'symbol'
| 'value'
>;
};