mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-14 03:54:11 +00:00
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 {
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user