fix condition for showing renew session item

pull/501/head
slowbackspace 5 years ago
parent e6367e23b4
commit 3f55f5ba2f

@ -96,7 +96,7 @@ class MenuItems extends PureComponent {
</Label> </Label>
</Item> </Item>
)} )}
{!this.showRenewSession() && ( {this.showRenewSession() && (
<Item onClick={() => this.props.acquireDevice()}> <Item onClick={() => this.props.acquireDevice()}>
<IconWrapper> <IconWrapper>
<DeviceIcon <DeviceIcon

Loading…
Cancel
Save