Browse Source
Task/clean up unused import in asset profile dialog component (#5558)
* Clean up
pull/5538/merge
Thomas Kaul
14 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts
|
@ -7,7 +7,6 @@ import { UserService } from '@ghostfolio/client/services/user/user.service'; |
|
|
import { validateObjectForForm } from '@ghostfolio/client/util/form.util'; |
|
|
import { validateObjectForForm } from '@ghostfolio/client/util/form.util'; |
|
|
import { |
|
|
import { |
|
|
ASSET_CLASS_MAPPING, |
|
|
ASSET_CLASS_MAPPING, |
|
|
ghostfolioScraperApiSymbolPrefix, |
|
|
|
|
|
PROPERTY_IS_DATA_GATHERING_ENABLED |
|
|
PROPERTY_IS_DATA_GATHERING_ENABLED |
|
|
} from '@ghostfolio/common/config'; |
|
|
} from '@ghostfolio/common/config'; |
|
|
import { DATE_FORMAT } from '@ghostfolio/common/helper'; |
|
|
import { DATE_FORMAT } from '@ghostfolio/common/helper'; |
|
@ -184,7 +183,6 @@ export class GfAssetProfileDialogComponent implements OnDestroy, OnInit { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
public currencies: string[] = []; |
|
|
public currencies: string[] = []; |
|
|
public ghostfolioScraperApiSymbolPrefix = ghostfolioScraperApiSymbolPrefix; |
|
|
|
|
|
public historicalDataItems: LineChartItem[]; |
|
|
public historicalDataItems: LineChartItem[]; |
|
|
public isBenchmark = false; |
|
|
public isBenchmark = false; |
|
|
public isDataGatheringEnabled: boolean; |
|
|
public isDataGatheringEnabled: boolean; |
|
|