mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-10 02:04:32 +00:00
Fix prop ordering issue
This commit is contained in:
parent
f5a9622fd3
commit
aa95f76193
@ -9,8 +9,8 @@ interface Props {
|
|||||||
hasUnitDropdown?: boolean;
|
hasUnitDropdown?: boolean;
|
||||||
hasSendEverything?: boolean;
|
hasSendEverything?: boolean;
|
||||||
showAllTokens?: boolean;
|
showAllTokens?: boolean;
|
||||||
customValidator?(rawAmount: string): boolean;
|
|
||||||
showInvalidWithoutValue?: boolean;
|
showInvalidWithoutValue?: boolean;
|
||||||
|
customValidator?(rawAmount: string): boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const AmountField: React.SFC<Props> = ({
|
export const AmountField: React.SFC<Props> = ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user