mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 17:28:10 +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>
|
</React.Fragment>
|
||||||
)}
|
)}
|
||||||
</ConnectTrezorWrapper>
|
</ConnectTrezorWrapper>
|
||||||
{this.props.showWebUsb && (
|
{this.props.showWebUsb && !this.props.showDisconnect && (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<P>and</P>
|
<P>and</P>
|
||||||
<Button isWebUsb>
|
<Button isWebUsb>
|
||||||
|
Loading…
Reference in New Issue
Block a user