diff --git a/apps/client/src/app/components/home-market/home-market.component.ts b/apps/client/src/app/components/home-market/home-market.component.ts index 129672861..2ddb89408 100644 --- a/apps/client/src/app/components/home-market/home-market.component.ts +++ b/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