Skip to content

Commit 3bf2708

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 11eadda commit 3bf2708

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/electron/frontend/core/components/pages/guided-mode/data/GuidedStructure.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ export class GuidedStructurePage extends Page {
130130
};
131131

132132
const isSupported = supportedInterfaces.includes(interfaceName);
133-
const disabledReason = !isSupported && windowsOnlyInterfaces.includes(interfaceName)
134-
? "Windows only"
135-
: undefined;
133+
const disabledReason =
134+
!isSupported && windowsOnlyInterfaces.includes(interfaceName) ? "Windows only" : undefined;
136135

137136
return {
138137
...value, // Contains label and name already (extra metadata)

0 commit comments

Comments
 (0)