forked from Qortal/q-trade
fixes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user