mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-25 16:05:25 +00:00
fix: leave blank the default token for Send Funds modal
This commit is contained in:
parent
926795eef1
commit
209d373516
@ -51,7 +51,7 @@ const LayoutHeader = (props) => {
|
||||
className={classes.send}
|
||||
color="primary"
|
||||
disabled={!granted}
|
||||
onClick={() => showSendFunds('Ether')}
|
||||
onClick={() => showSendFunds('')}
|
||||
size="small"
|
||||
variant="contained"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user