mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
Revert "Fix issue when "DeviceMenu" couldn't be closed when device was in a bootloader mode"
This reverts commit e2b6fae98e
.
Accidentally pushed to the wrong branch.
This commit is contained in:
parent
7a4a19e412
commit
bfe6dae0a1
@ -93,10 +93,6 @@ class LeftNavigation extends Component {
|
||||
shouldRenderDeviceSelection: false,
|
||||
animationType: 'slide-right',
|
||||
});
|
||||
} else if (selectedDevice.features.bootloader_mode) {
|
||||
this.setState({
|
||||
shouldRenderDeviceSelection: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user