This commit is contained in:
PhilReact 2024-12-26 05:56:53 +02:00
parent 375b9f3a69
commit b73497aafd

View File

@ -34,7 +34,7 @@ export interface IContextProps {
isUsingGateway: boolean; isUsingGateway: boolean;
selectedCoin: string; selectedCoin: string;
setSelectedCoin: (val: any)=> void; setSelectedCoin: (val: any)=> void;
getCoinLabel: ()=> string | null; getCoinLabel: ()=> string | null | void;
} }
const defaultState: IContextProps = { const defaultState: IContextProps = {