aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/home.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-07-13 02:16:09 +0800
committerGitHub <noreply@github.com>2018-07-13 02:16:09 +0800
commit47d596c090c434e564af157967d303753f8e65e3 (patch)
tree9da136fa9312d3b464eab77b8cefee5f6df00b96 /ui/app/components/pages/home.js
parent55232d80d84dd85d276e906759bf1d8c0ad2399d (diff)
parent9bfcb9c505595cb2e539700433835f30c8bcf049 (diff)
downloadtangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar.gz
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar.bz2
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar.lz
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar.xz
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.tar.zst
tangerine-wallet-browser-47d596c090c434e564af157967d303753f8e65e3.zip
Merge pull request #4766 from whymarrh/null-translations
Rework i18n-helper getMessage function
Diffstat (limited to 'ui/app/components/pages/home.js')
-rw-r--r--ui/app/components/pages/home.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/home.js b/ui/app/components/pages/home.js
index 86bd32c8a..38aa02dae 100644
--- a/ui/app/components/pages/home.js
+++ b/ui/app/components/pages/home.js
@@ -1,6 +1,6 @@
const { Component } = require('react')
+const { connect } = require('react-redux')
const PropTypes = require('prop-types')
-const connect = require('../../metamask-connect')
const { Redirect, withRouter } = require('react-router-dom')
const { compose } = require('recompose')
const h = require('react-hyperscript')