Browse Source

Clean up

pull/5490/head
Thomas Kaul 2 months ago
parent
commit
803cbb596f
  1. 2
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts
  2. 1
      apps/client/src/app/components/investment-chart/investment-chart.component.ts

2
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.ts

@ -2,7 +2,7 @@ import { CreateAccountBalanceDto } from '@ghostfolio/api/app/account-balance/cre
import { Activity } from '@ghostfolio/api/app/order/interfaces/activities.interface';
import { GfDialogFooterComponent } from '@ghostfolio/client/components/dialog-footer/dialog-footer.component';
import { GfDialogHeaderComponent } from '@ghostfolio/client/components/dialog-header/dialog-header.component';
import { GfInvestmentChartComponent } from '../investment-chart/investment-chart.component';
import { GfInvestmentChartComponent } from '@ghostfolio/client/components/investment-chart/investment-chart.component';
import { DataService } from '@ghostfolio/client/services/data.service';
import { UserService } from '@ghostfolio/client/services/user/user.service';
import { NUMERICAL_PRECISION_THRESHOLD_6_FIGURES } from '@ghostfolio/common/config';

1
apps/client/src/app/components/investment-chart/investment-chart.component.ts

@ -308,4 +308,3 @@ export class GfInvestmentChartComponent implements OnChanges, OnDestroy {
: undefined;
}
}

Loading…
Cancel
Save