Browse Source

revert change

pull/6551/head
Erwin-N 3 weeks ago
parent
commit
92e6d6d3c9
  1. 2
      apps/client/src/app/components/home-market/home-market.component.ts

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

@ -53,7 +53,7 @@ export class GfHomeMarketComponent implements OnInit {
private deviceService: DeviceDetectorService,
private userService: UserService
) {
this.deviceType = this.deviceService.deviceInfo().deviceType;
this.deviceType = this.deviceService.getDeviceInfo().deviceType;
this.info = this.dataService.fetchInfo();
this.userService.stateChanged

Loading…
Cancel
Save