aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorVimal <vtiwari@coinswitch.co>2019-02-28 22:20:48 +0800
committerVimal <vtiwari@coinswitch.co>2019-02-28 22:20:48 +0800
commitab5fe4d65994ce66ed6b796197eda349fbe5d145 (patch)
treeeb9727c15c13f8afdd4aca8ecfd70dc7b602d8ee /ui
parent6bb92a8672edf23465fb109c8966d2e56500ea86 (diff)
downloadtangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar.gz
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar.bz2
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar.lz
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar.xz
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.tar.zst
tangerine-wallet-browser-ab5fe4d65994ce66ed6b796197eda349fbe5d145.zip
PR 5575 review comment fixes
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/modals/deposit-ether-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/deposit-ether-modal.js b/ui/app/components/modals/deposit-ether-modal.js
index 6686eaefa..3f74dc065 100644
--- a/ui/app/components/modals/deposit-ether-modal.js
+++ b/ui/app/components/modals/deposit-ether-modal.js
@@ -32,7 +32,7 @@ function mapDispatchToProps (dispatch) {
dispatch(actions.buyEth({ network: '1', address, amount: 0 }))
},
toCoinSwitch: (address) => {
- dispatch(actions.buyEth({ network: '5', address, amount: 0 }))
+ dispatch(actions.buyEth({ service: 'coinswitch', address, amount: 0 }))
},
hideModal: () => {
dispatch(actions.hideModal())