From efef3e116348bbc0071e2b162749b904decd4c58 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:29:08 +0200 Subject: [PATCH] Fix missing loading indicator in benchmark component --- apps/client/src/app/components/markets/markets.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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