remove unneeded props from sendfunds modal

This commit is contained in:
Mikhail Mikheev 2019-07-29 14:15:14 +04:00
parent 242204bfbd
commit 4d5e634f40
1 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ import { type Token } from '~/logic/tokens/store/model/token'
import {
composeValidators,
required,
mustBeEthereumAddress,
mustBeFloat,
maxValue,
greaterThan,
@ -109,8 +108,6 @@ const SendFunds = ({
<AddressInput
name="recipientAddress"
component={TextField}
type="text"
validate={composeValidators(required, mustBeEthereumAddress)}
placeholder="Recipient*"
text="Recipient*"
className={classes.addressInput}