Browse Source

Remove obsolete attribute

pull/5490/head
Raj Gupta 2 months ago
committed by GitHub
parent
commit
1b3b8bd718
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/client/src/app/components/investment-chart/investment-chart.component.ts

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

@ -48,7 +48,6 @@ import { isAfter } from 'date-fns';
changeDetection: ChangeDetectionStrategy.OnPush,
templateUrl: './investment-chart.component.html',
styleUrls: ['./investment-chart.component.scss'],
standalone: true,
imports: [CommonModule, NgxSkeletonLoaderModule]
})
export class InvestmentChartComponent implements OnChanges, OnDestroy {
@ -310,4 +309,4 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy {
}
}
export class GfInvestmentChartComponent {}
export class GfInvestmentChartComponent {}

Loading…
Cancel
Save