diff options
author | Dan <danjm.com@gmail.com> | 2017-12-21 02:35:41 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-12-21 09:37:18 +0800 |
commit | 5fe3c5aae6756f225edd0f8646ac0a23c264a81c (patch) | |
tree | 9eaac0fb78f24b63f0175c5d374390c2f454cd7b /ui/app/components/send | |
parent | bf4043c59bb67ea93599207d91cb7a4f4426e75f (diff) | |
download | tangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.tar.gz tangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.tar.zst tangerine-wallet-browser-5fe3c5aae6756f225edd0f8646ac0a23c264a81c.zip |
Lint fixes.
Diffstat (limited to 'ui/app/components/send')
-rw-r--r-- | ui/app/components/send/send-v2-container.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/send/send-v2-container.js b/ui/app/components/send/send-v2-container.js index ff7714e82..2d2ed4546 100644 --- a/ui/app/components/send/send-v2-container.js +++ b/ui/app/components/send/send-v2-container.js @@ -79,7 +79,6 @@ function mapDispatchToProps (dispatch) { updateSendErrors: newError => dispatch(actions.updateSendErrors(newError)), goHome: () => dispatch(actions.goHome()), clearSend: () => dispatch(actions.clearSend()), - backToConfirmScreen: editingTransactionId => dispatch(actions.showConfTxPage({ id: editingTransactionId })), setMaxModeTo: bool => dispatch(actions.setMaxModeTo(bool)), } } |