From 5a9135d7ed697b2414e532534969bbfd16a94776 Mon Sep 17 00:00:00 2001 From: Jemiiah Date: Wed, 6 Nov 2024 13:54:51 +0100 Subject: [PATCH] remove unused code --- types/frontTypes.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/frontTypes.d.ts b/types/frontTypes.d.ts index ad960409..d0f9c6bf 100644 --- a/types/frontTypes.d.ts +++ b/types/frontTypes.d.ts @@ -352,6 +352,5 @@ type ChartItem = { color: string, itemLabel: string, itemValue: string, - itemValueSymbol: string, - hidePortfolio?: boolean + itemValueSymbol: string } \ No newline at end of file