mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Fix red leds not showing for failed devices
Change-type: patch
This commit is contained in:
parent
3cde2faed0
commit
fc45df270a
@ -193,7 +193,7 @@ function stateObserver(state: typeof DEFAULT_STATE) {
|
|||||||
selectedDrivesPaths = s.devicePaths;
|
selectedDrivesPaths = s.devicePaths;
|
||||||
}
|
}
|
||||||
const failedDevicePaths = s.failedDeviceErrors.map(
|
const failedDevicePaths = s.failedDeviceErrors.map(
|
||||||
([devicePath]: [string]) => devicePath,
|
([, { devicePath }]: [string, { devicePath: string }]) => devicePath,
|
||||||
);
|
);
|
||||||
const newLedsState = {
|
const newLedsState = {
|
||||||
step,
|
step,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user