mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 17:26:34 +00:00
spelling: except if
Change-type: patch Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
cc037d23c4
commit
b4b9db7ffa
@ -200,7 +200,7 @@ function storeReducer(
|
|||||||
constraints.isDriveValid(drive, image) &&
|
constraints.isDriveValid(drive, image) &&
|
||||||
!drive.isReadOnly &&
|
!drive.isReadOnly &&
|
||||||
constraints.isDriveSizeRecommended(drive, image) &&
|
constraints.isDriveSizeRecommended(drive, image) &&
|
||||||
// We don't want to auto-select large drives execpt is autoSelectAllDrives is true
|
// We don't want to auto-select large drives except if autoSelectAllDrives is true
|
||||||
(!constraints.isDriveSizeLarge(drive) || shouldAutoselectAll) &&
|
(!constraints.isDriveSizeLarge(drive) || shouldAutoselectAll) &&
|
||||||
// We don't want to auto-select system drives
|
// We don't want to auto-select system drives
|
||||||
!constraints.isSystemDrive(drive)
|
!constraints.isSystemDrive(drive)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user