aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-04-03 07:24:37 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-04-03 07:24:37 +0800
commit516c1869b0f366a42282a66e14185ce630f883dd (patch)
tree2da85b6a5995ba45338fc661f1436de8a55b60cb /ui/app/components/pages
parent92f8157dfeffff8173f6abc896cad59ada9a48ef (diff)
downloadtangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.gz
tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.tar.zst
tangerine-wallet-browser-516c1869b0f366a42282a66e14185ce630f883dd.zip
Fix lint errors
Diffstat (limited to 'ui/app/components/pages')
-rw-r--r--ui/app/components/pages/home.js2
-rw-r--r--ui/app/components/pages/keychains/restore-vault.js1
-rw-r--r--ui/app/components/pages/unlock.js1
3 files changed, 0 insertions, 4 deletions
diff --git a/ui/app/components/pages/home.js b/ui/app/components/pages/home.js
index 34cdb8a4d..ffe35a2a8 100644
--- a/ui/app/components/pages/home.js
+++ b/ui/app/components/pages/home.js
@@ -35,8 +35,6 @@ class Home extends Component {
unapprovedTypedMessagesCount = 0,
} = this.props
- console.log('HOME MOUNTED')
-
// unapprovedTxs and unapproved messages
if (Object.keys(unapprovedTxs).length ||
unapprovedTypedMessagesCount + unapprovedMsgCount + unapprovedPersonalMsgCount > 0) {
diff --git a/ui/app/components/pages/keychains/restore-vault.js b/ui/app/components/pages/keychains/restore-vault.js
index 77ec32efe..d57894e00 100644
--- a/ui/app/components/pages/keychains/restore-vault.js
+++ b/ui/app/components/pages/keychains/restore-vault.js
@@ -65,7 +65,6 @@ class RestoreVaultPage extends PersistentForm {
render () {
const { error } = this.state
- const { history } = this.props
this.persistentFormParentId = 'restore-vault-form'
return (
diff --git a/ui/app/components/pages/unlock.js b/ui/app/components/pages/unlock.js
index ed4b9ded7..b3320da21 100644
--- a/ui/app/components/pages/unlock.js
+++ b/ui/app/components/pages/unlock.js
@@ -131,7 +131,6 @@ class UnlockScreen extends Component {
this.props.markPasswordForgotten()
this.props.history.push(RESTORE_VAULT_ROUTE)
- console.log('typeeee', environmentType())
if (environmentType() === 'popup') {
global.platform.openExtensionInBrowser()
}