diff options
author | Esteban MIno <efmino@uc.cl> | 2018-08-04 04:42:13 +0800 |
---|---|---|
committer | Esteban MIno <efmino@uc.cl> | 2018-08-04 04:42:13 +0800 |
commit | 081884bd8095b2027e88fabdfe297f6d2fc8c38e (patch) | |
tree | f57368bb3d2c9001d159ff1075c09572e7bdf89d /ui | |
parent | 21a61f2987ae83a48bb1f7256ec9c34978413eb2 (diff) | |
download | dexon-wallet-081884bd8095b2027e88fabdfe297f6d2fc8c38e.tar.gz dexon-wallet-081884bd8095b2027e88fabdfe297f6d2fc8c38e.tar.zst dexon-wallet-081884bd8095b2027e88fabdfe297f6d2fc8c38e.zip |
rpc-engine not crashing when eth_watchToken
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/pages/home.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/pages/home.js b/ui/app/components/pages/home.js index cd4bf903..97aaedd3 100644 --- a/ui/app/components/pages/home.js +++ b/ui/app/components/pages/home.js @@ -40,7 +40,6 @@ class Home extends Component { unapprovedTypedMessagesCount = 0, suggestedTokens = {}, unconfirmedTransactionsCount = 0, - } = this.props // suggested new tokens @@ -177,11 +176,8 @@ Home.propTypes = { isPopup: PropTypes.bool, isMouseUser: PropTypes.bool, t: PropTypes.func, -<<<<<<< HEAD suggestedTokens: PropTypes.object, -======= unconfirmedTransactionsCount: PropTypes.number, ->>>>>>> develop } function mapStateToProps (state) { |