aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-token.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-token.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-token.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-token.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-token.js b/ui/app/components/pending-tx/confirm-send-token.js
index 135cb2275..5b5149058 100644
--- a/ui/app/components/pending-tx/confirm-send-token.js
+++ b/ui/app/components/pending-tx/confirm-send-token.js
@@ -41,7 +41,7 @@ const { SEND_ROUTE, DEFAULT_ROUTE } = require('../../routes')
import {
updateSendErrors,
-} from '../../ducks/send'
+} from '../../ducks/send.duck'
ConfirmSendToken.contextTypes = {
t: PropTypes.func,