Browse Source

Format code

pull/3851/head
Thomas Kaul 11 months ago
parent
commit
944efca3aa
  1. 2
      apps/client/src/app/components/home-holdings/home-holdings.component.ts

2
apps/client/src/app/components/home-holdings/home-holdings.component.ts

@ -126,7 +126,7 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
});
}
}
public ngOnDestroy() {
this.unsubscribeSubject.next();
this.unsubscribeSubject.complete();

Loading…
Cancel
Save