1
0
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:
Vasek Mlejnsky 2018-09-21 08:41:01 +02:00 committed by Szymon Lesisz
parent 7a4a19e412
commit bfe6dae0a1

View File

@ -93,10 +93,6 @@ class LeftNavigation extends Component {
shouldRenderDeviceSelection: false,
animationType: 'slide-right',
});
} else if (selectedDevice.features.bootloader_mode) {
this.setState({
shouldRenderDeviceSelection: false,
});
}
}