mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +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;
|
||||
}
|
||||
const failedDevicePaths = s.failedDeviceErrors.map(
|
||||
([devicePath]: [string]) => devicePath,
|
||||
([, { devicePath }]: [string, { devicePath: string }]) => devicePath,
|
||||
);
|
||||
const newLedsState = {
|
||||
step,
|
||||
|
Loading…
x
Reference in New Issue
Block a user