diff options
author | kumavis <aaron@kumavis.me> | 2019-03-29 11:54:12 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2019-03-29 11:54:12 +0800 |
commit | 781a39c039500fcfe8fce3c3d75081ff781c4cf1 (patch) | |
tree | 5f7ba6db12b471ddd82e6be1d6e7dde0560d2cfd /mascara/src/app/buy-ether-widget/index.js | |
parent | 07c974525859eba81471ec7591821ea010addf5a (diff) | |
parent | 649a1d483a574dcff902708f95b37329a02709a8 (diff) | |
download | tangerine-wallet-browser-781a39c039500fcfe8fce3c3d75081ff781c4cf1.tar.gz tangerine-wallet-browser-781a39c039500fcfe8fce3c3d75081ff781c4cf1.tar.zst tangerine-wallet-browser-781a39c039500fcfe8fce3c3d75081ff781c4cf1.zip |
Merge branch 'develop' into clearNotices
Diffstat (limited to 'mascara/src/app/buy-ether-widget/index.js')
-rw-r--r-- | mascara/src/app/buy-ether-widget/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/src/app/buy-ether-widget/index.js b/mascara/src/app/buy-ether-widget/index.js index c8530ba4c..d0d6ff343 100644 --- a/mascara/src/app/buy-ether-widget/index.js +++ b/mascara/src/app/buy-ether-widget/index.js @@ -5,7 +5,7 @@ import {connect} from 'react-redux' import {qrcode} from 'qrcode-generator' import copyToClipboard from 'copy-to-clipboard' import ShapeShiftForm from '../shapeshift-form' -import {buyEth, showAccountDetail} from '../../../../ui/app/actions' +import {buyEth, showAccountDetail} from '../../../../ui/app/store/actions' const OPTION_VALUES = { COINBASE: 'coinbase', |