mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-11 23:52:47 +00:00
Fix issue when "DeviceMenu" couldn't be closed when device was in a bootloader mode
This commit is contained in:
parent
badf140006
commit
41ced76a48
@ -129,6 +129,10 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
||||
shouldRenderDeviceSelection: false,
|
||||
animationType: 'slide-right',
|
||||
});
|
||||
} else if (selectedDevice.features.bootloader_mode) {
|
||||
this.setState({
|
||||
shouldRenderDeviceSelection: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user