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 = {