From 3f55f5ba2feb51783a58293df907299a88f16434 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 11 Apr 2019 14:21:37 +0200 Subject: [PATCH] fix condition for showing renew session item --- .../components/DeviceMenu/components/MenuItems/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.js b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.js index 887b3bf9..127fbc58 100644 --- a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/MenuItems/index.js @@ -96,7 +96,7 @@ class MenuItems extends PureComponent { )} - {!this.showRenewSession() && ( + {this.showRenewSession() && ( this.props.acquireDevice()}>