From c0555bea0cedb44d1b40bfe3e1535dfa0a9d2299 Mon Sep 17 00:00:00 2001
From: Vasek Mlejnsky
Date: Fri, 24 Aug 2018 08:37:05 +0200
Subject: [PATCH] Refactorize Landing view
---
src/js/views/Landing/index.js | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/js/views/Landing/index.js b/src/js/views/Landing/index.js
index 34909851..74d4c97d 100644
--- a/src/js/views/Landing/index.js
+++ b/src/js/views/Landing/index.js
@@ -98,7 +98,8 @@ export default (props: Props) => {
- {shouldShowUnsupportedBrowser && }
+
+ {/* {shouldShowUnsupportedBrowser && }
{shouldShowInstallBridge && }
{(shouldShowConnectDevice || shouldShowDisconnectDevice) && (
@@ -125,10 +126,10 @@ export default (props: Props) => {
Device not recognized?
+ >Try installing the TREZOR Bridge.
+
)}
@@ -136,17 +137,17 @@ export default (props: Props) => {
Don't have TREZOR?
+ >Get one
+
)}
- )}
+ )} */}