From 9616d53d694c38c643b46df25643c92ca2cbef9b Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 6 Feb 2019 18:56:50 +0100 Subject: [PATCH] Fix eslint --- src/views/Wallet/components/LeftNavigation/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index ac7a37ab..d440832c 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -257,7 +257,8 @@ class LeftNavigation extends React.PureComponent { color={colors.TEXT_SECONDARY} /> - ) : null + + ) : null } {this.props.devices.length > 1 && (