aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/customize-gas-modal
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/customize-gas-modal
parentb3f08681fd943947526a294759896d093cdbd135 (diff)
downloadtangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.gz
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.bz2
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.lz
tangerine-wallet-browser-0076b732bd7c7d22b947f8d437c91944dac78219.tar.xz
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/customize-gas-modal')
-rw-r--r--ui/app/components/customize-gas-modal/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/customize-gas-modal/index.js b/ui/app/components/customize-gas-modal/index.js
index 1da3f7f61..845e4ddc2 100644
--- a/ui/app/components/customize-gas-modal/index.js
+++ b/ui/app/components/customize-gas-modal/index.js
@@ -10,7 +10,7 @@ const ethUtil = require('ethereumjs-util')
import {
updateSendErrors,
-} from '../../ducks/send'
+} from '../../ducks/send.duck'
const {
MIN_GAS_PRICE_DEC,