diff --git a/apps/client/src/app/components/markets/markets.component.ts b/apps/client/src/app/components/markets/markets.component.ts index 7c69fede0..02a043c4a 100644 --- a/apps/client/src/app/components/markets/markets.component.ts +++ b/apps/client/src/app/components/markets/markets.component.ts @@ -43,7 +43,7 @@ import { DeviceDetectorService } from 'ngx-device-detector'; templateUrl: './markets.html' }) export class GfMarketsComponent implements OnInit { - protected readonly benchmarks = signal([]); + protected readonly benchmarks = signal(undefined); protected readonly deviceType = computed( () => this.deviceDetectorService.deviceInfo().deviceType