aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-14 20:19:09 +0800
committerDan <danjm.com@gmail.com>2018-05-14 20:19:09 +0800
commit0076b732bd7c7d22b947f8d437c91944dac78219 (patch)
tree745e00038d03c2e3668e944f5b3dd281a6fa1496 /ui/app/components/pending-tx/confirm-send-ether.js
parentb3f08681fd943947526a294759896d093cdbd135 (diff)
downloadtangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.gz
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.zst
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.zip
Rename ducks/send.js to ducks/send.duck.js
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index a450f9081..624366112 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -31,7 +31,7 @@ const { SEND_ROUTE, DEFAULT_ROUTE } = require('../../routes')
import {
updateSendErrors,
-} from '../../ducks/send'
+} from '../../ducks/send.duck'
ConfirmSendEther.contextTypes = {
t: PropTypes.func,