remove unneeded props from sendfunds modal
This commit is contained in:
parent
242204bfbd
commit
4d5e634f40
|
@ -21,7 +21,6 @@ import { type Token } from '~/logic/tokens/store/model/token'
|
||||||
import {
|
import {
|
||||||
composeValidators,
|
composeValidators,
|
||||||
required,
|
required,
|
||||||
mustBeEthereumAddress,
|
|
||||||
mustBeFloat,
|
mustBeFloat,
|
||||||
maxValue,
|
maxValue,
|
||||||
greaterThan,
|
greaterThan,
|
||||||
|
@ -109,8 +108,6 @@ const SendFunds = ({
|
||||||
<AddressInput
|
<AddressInput
|
||||||
name="recipientAddress"
|
name="recipientAddress"
|
||||||
component={TextField}
|
component={TextField}
|
||||||
type="text"
|
|
||||||
validate={composeValidators(required, mustBeEthereumAddress)}
|
|
||||||
placeholder="Recipient*"
|
placeholder="Recipient*"
|
||||||
text="Recipient*"
|
text="Recipient*"
|
||||||
className={classes.addressInput}
|
className={classes.addressInput}
|
||||||
|
|
Loading…
Reference in New Issue