From 09143bdd41f0517040d8eba3e8550df1041d47b2 Mon Sep 17 00:00:00 2001 From: tanbirali Date: Wed, 8 Oct 2025 20:23:15 +0530 Subject: [PATCH] fix:5595 - added prefix to market components --- 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 054ee79eb..a7f83216f 100644 --- a/apps/client/src/app/components/markets/markets.component.ts +++ b/apps/client/src/app/components/markets/markets.component.ts @@ -39,7 +39,7 @@ import { takeUntil } from 'rxjs/operators'; styleUrls: ['./markets.scss'], templateUrl: './markets.html' }) -export class MarketsComponent implements OnDestroy, OnInit { +export class GfMarketsComponent implements OnDestroy, OnInit { public benchmarks: Benchmark[]; public deviceType: string; public fearAndGreedIndex: number;