mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-08 07:01:04 +00:00
fix eslint
This commit is contained in:
parent
dce912226b
commit
d1610e02ec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user