1
0
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:
Dan 2017-10-18 23:58:01 -02:30 committed by Chi Kei Chan
parent 6e73eacd5f
commit de1da7d1b2

View File

@ -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()),
}
}