Add link to send custom tx modal
This commit is contained in:
parent
c5fd68dae9
commit
c46b46a984
|
@ -65,7 +65,7 @@ const ChooseTxType = ({ classes, onClose, setActiveScreen }: Props) => (
|
|||
className={classes.secondButton}
|
||||
minWidth={260}
|
||||
minHeight={52}
|
||||
onClick={onClose}
|
||||
onClick={() => setActiveScreen('sendCustomTx')}
|
||||
variant="outlined"
|
||||
>
|
||||
SEND CUSTOM TRANSACTION
|
||||
|
|
Loading…
Reference in New Issue