Browse Source

Remove obsolete attribute

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

1
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 {

Loading…
Cancel
Save