1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

Fix eslint

This commit is contained in:
Vladimir Volek 2019-02-06 18:56:50 +01:00
parent 3c89c782e3
commit 9616d53d69

View File

@ -257,7 +257,8 @@ class LeftNavigation extends React.PureComponent<Props, State> {
color={colors.TEXT_SECONDARY} color={colors.TEXT_SECONDARY}
/> />
</WalletTypeIconWrapper> </WalletTypeIconWrapper>
</Tooltip>) : null </Tooltip>
) : null
} }
{this.props.devices.length > 1 && ( {this.props.devices.length > 1 && (
<Tooltip <Tooltip