Removed button for check device while unplugging

pull/57/head
Vladimir Volek 6 years ago
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…
Cancel
Save