Feature/eliminate name from timeline position (#245)

* Eliminate name from timeline position: Get the name from the symbolProfileService instead

* Update changelog
This commit is contained in:
Thomas
2021-08-01 20:43:12 +02:00
committed by GitHub
parent 56c332c59a
commit 4bd41ffa41
8 changed files with 40 additions and 68 deletions

View File

@@ -9,7 +9,6 @@ export interface TimelinePosition {
grossPerformancePercentage: Big;
investment: Big;
marketPrice: number;
name: string;
quantity: Big;
symbol: string;
transactionCount: number;