mirror of
https://github.com/Qortal/q-trade.git
synced 2025-06-15 19:01:21 +00:00
fixes
This commit is contained in:
parent
375b9f3a69
commit
b73497aafd
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user