aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-22 10:38:01 +0800
committerDan <danjm.com@gmail.com>2018-03-22 10:38:01 +0800
commit3d3bd0eaf001e153eb3c7e9cea5c269bd17d1978 (patch)
treea7a8d81608e41d8a4e37d033848c86120ea6bea9 /ui/app/components/pending-tx/confirm-send-ether.js
parenta82631791efb496efc9f611a2a3edbac7123d221 (diff)
downloadtangerine-wallet-browser-3d3bd0eaf001e153eb3c7e9cea5c269bd17d1978.tar.gz
tangerine-wallet-browser-3d3bd0eaf001e153eb3c7e9cea5c269bd17d1978.tar.zst
tangerine-wallet-browser-3d3bd0eaf001e153eb3c7e9cea5c269bd17d1978.zip
Correct connect reference in confirm-send-ether, confirm-deploy-contract, network-display.
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index b76dc94d8..255f0e8a2 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -1,5 +1,5 @@
const Component = require('react').Component
-const { connect } = require('react-redux')
+const connect = require('../../metamask-connect')
const h = require('react-hyperscript')
const inherits = require('util').inherits
const actions = require('../../actions')