Browse Source

Clean up

pull/4604/head
Thomas Kaul 4 months ago
parent
commit
befd225b62
  1. 4
      apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

4
apps/client/src/app/components/home-watchlist/home-watchlist.component.ts

@ -87,8 +87,8 @@ export class HomeWatchlistComponent implements OnDestroy, OnInit {
marketCondition: null,
name: symbol,
performances: null,
trend200d: 'UNKNOWN',
trend50d: 'UNKNOWN'
trend50d: 'UNKNOWN',
trend200d: 'UNKNOWN'
}));
this.changeDetectorRef.markForCheck();

Loading…
Cancel
Save