diff --git a/common/components/AmountField.tsx b/common/components/AmountField.tsx index 97606e37..2248b615 100644 --- a/common/components/AmountField.tsx +++ b/common/components/AmountField.tsx @@ -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 = ({