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