Make holdings request only once (#2453)

* Make holdings request only once

* Update changelog
This commit is contained in:
Arshad Jamal
2023-10-20 11:51:23 +05:30
committed by GitHub
parent f66edf8de0
commit e7956943ba
2 changed files with 4 additions and 2 deletions

View File

@@ -81,8 +81,6 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
.subscribe((impersonationId) => {
this.hasImpersonationId = !!impersonationId;
});
this.update();
}
public onChangeDateRange(dateRange: DateRange) {