Browse Source

Clean up

pull/2342/head
Thomas 2 years ago
parent
commit
70c7aaf204
  1. 2
      apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

2
apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

@ -81,8 +81,6 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit {
} }
public ngOnInit() { public ngOnInit() {
const { globalPermissions } = this.dataService.fetchInfo();
this.deviceType = this.deviceService.getDeviceInfo().deviceType; this.deviceType = this.deviceService.getDeviceInfo().deviceType;
this.impersonationStorageService this.impersonationStorageService

Loading…
Cancel
Save