Browse Source

Fix:#2442 positions is requested twice when loading Holdings

pull/2453/head
Arshad Jamal 2 years ago
committed by Thomas
parent
commit
2ff23b424b
  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

@ -66,8 +66,6 @@ export class HomeHoldingsComponent implements OnDestroy, OnInit {
this.user.permissions, this.user.permissions,
permissions.createOrder permissions.createOrder
); );
this.update();
} }
}); });
} }

Loading…
Cancel
Save