mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix cancel button on send screen.
This commit is contained in:
parent
6e73eacd5f
commit
de1da7d1b2
@ -77,5 +77,6 @@ function mapDispatchToProps (dispatch) {
|
||||
updateSendAmount: newAmount => dispatch(actions.updateSendAmount(newAmount)),
|
||||
updateSendMemo: newMemo => dispatch(actions.updateSendMemo(newMemo)),
|
||||
updateSendErrors: newError => dispatch(actions.updateSendErrors(newError)),
|
||||
goHome: () => dispatch(actions.goHome()),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user