1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-19 03:22:02 +00:00

fix condition for showing renew session item

This commit is contained in:
slowbackspace 2019-04-11 14:21:37 +02:00
parent e6367e23b4
commit 3f55f5ba2f

View File

@ -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