mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Removed button for check device while unplugging
This commit is contained in:
parent
73c94a374d
commit
41edcd6b7b
@ -86,7 +86,7 @@ class ConnectDevice extends Component<Props> {
|
||||
</React.Fragment>
|
||||
)}
|
||||
</ConnectTrezorWrapper>
|
||||
{this.props.showWebUsb && (
|
||||
{this.props.showWebUsb && !this.props.showDisconnect && (
|
||||
<React.Fragment>
|
||||
<P>and</P>
|
||||
<Button isWebUsb>
|
||||
|
Loading…
Reference in New Issue
Block a user