From b73497aafd7fdd5394b25d82b903679aad4f80a4 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 26 Dec 2024 05:56:53 +0200 Subject: [PATCH] fixes --- src/contexts/gameContext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/gameContext.ts b/src/contexts/gameContext.ts index 010b0cd..dff3f1b 100644 --- a/src/contexts/gameContext.ts +++ b/src/contexts/gameContext.ts @@ -34,7 +34,7 @@ export interface IContextProps { isUsingGateway: boolean; selectedCoin: string; setSelectedCoin: (val: any)=> void; - getCoinLabel: ()=> string | null; + getCoinLabel: ()=> string | null | void; } const defaultState: IContextProps = {