From 423970eec38433b1adca2bcd48696901ebc15aff Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Tue, 2 Apr 2019 16:09:15 +0200 Subject: [PATCH 1/2] moved lang attr to AppWrapper --- src/index.html | 2 +- src/views/Wallet/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 2e39f71d..e29c3383 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/views/Wallet/index.js b/src/views/Wallet/index.js index f064d22a..380b3d88 100644 --- a/src/views/Wallet/index.js +++ b/src/views/Wallet/index.js @@ -110,7 +110,7 @@ const Body = styled.div` `; const Wallet = (props: Props) => ( - +
Date: Tue, 2 Apr 2019 16:16:55 +0200 Subject: [PATCH 2/2] fix lint? --- src/index.html | 78 ++++++++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 34 deletions(-) diff --git a/src/index.html b/src/index.html index e29c3383..5c3d6ba4 100644 --- a/src/index.html +++ b/src/index.html @@ -1,38 +1,48 @@ - - - - - Trezor Wallet - - - - - - - - - - + + + -
- + +
+