Fix prop ordering issue

This commit is contained in:
Connor Bryan 2018-06-25 18:40:42 -05:00
parent f5a9622fd3
commit aa95f76193

View File

@ -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> = ({