aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/select-app.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-12-09 09:22:31 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-12-13 04:14:40 +0800
commit4b654669e692665aba88a14cb5804370dbfd4a80 (patch)
tree62fdbd8e913cfcef1fbf020f752f6e62d6208e3d /ui/app/select-app.js
parent05c6789030791bd1b46434cf89c1817db37e8f38 (diff)
downloadtangerine-wallet-browser-4b654669e692665aba88a14cb5804370dbfd4a80.tar.gz
tangerine-wallet-browser-4b654669e692665aba88a14cb5804370dbfd4a80.tar.zst
tangerine-wallet-browser-4b654669e692665aba88a14cb5804370dbfd4a80.zip
Hide open in browser button on mobile (but still show on extension); adds a function to detect if viewing with mobile browser.
Diffstat (limited to 'ui/app/select-app.js')
-rw-r--r--ui/app/select-app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/select-app.js b/ui/app/select-app.js
index ffa31b767..3ea93ced3 100644
--- a/ui/app/select-app.js
+++ b/ui/app/select-app.js
@@ -41,7 +41,6 @@ SelectedApp.prototype.componentWillReceiveProps = function (nextProps) {
SelectedApp.prototype.render = function () {
const { betaUI } = this.props
- const { autoAdd } = this.state
const Selected = betaUI ? App : OldApp
return h(Selected)
}