mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-07 07:12:34 +00:00
add debug messages
This commit is contained in:
parent
cb9c1b8e8a
commit
8ee3286d6b
@ -26,9 +26,14 @@ const Root = (props: Props) => {
|
|||||||
const shouldShowDisconnectDevice = !!disconnectRequest;
|
const shouldShowDisconnectDevice = !!disconnectRequest;
|
||||||
const isLoading =
|
const isLoading =
|
||||||
!error &&
|
!error &&
|
||||||
!shouldShowUnsupportedBrowser &&
|
|
||||||
!shouldShowConnectDevice &&
|
!shouldShowConnectDevice &&
|
||||||
!shouldShowUnsupportedBrowser;
|
!shouldShowUnsupportedBrowser;
|
||||||
|
|
||||||
|
console.log('props', props)
|
||||||
|
console.log('isLoading', isLoading);
|
||||||
|
console.log('error', error);
|
||||||
|
console.log('shouldShowConnectDevice', shouldShowConnectDevice);
|
||||||
|
console.log('shouldShowUnsupportedBrowser', shouldShowConnectDevice);
|
||||||
|
|
||||||
const deviceLabel = disconnectRequest ? disconnectRequest.label : '';
|
const deviceLabel = disconnectRequest ? disconnectRequest.label : '';
|
||||||
// corner case: display InstallBridge view on "/" route
|
// corner case: display InstallBridge view on "/" route
|
||||||
|
Loading…
Reference in New Issue
Block a user