From 92e6d6d3c9d3a0be87e1a9fad9bc48e69d755a7d Mon Sep 17 00:00:00 2001 From: Erwin-N Date: Sat, 14 Mar 2026 15:39:22 +0100 Subject: [PATCH] revert change --- .../src/app/components/home-market/home-market.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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