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