aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/deposit-ether-modal.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/modals/deposit-ether-modal.js')
-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())