Skip to content

Commit a734f3e

Browse files
committed
Fix linter
1 parent 2b11fb9 commit a734f3e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

jetkvm-native

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 71468e1d15db5d81a68a13e201941771b9084205

rv1106-system

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5f42c03ef40c24c9ffdc6c03aa82bc2ba490979a

ui/src/routes/devices.$id.settings.advanced.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ export default function SettingsAdvancedRoute() {
8383
notifications.error(
8484
enabled
8585
? m.advanced_error_usb_emulation_enable({
86-
error: resp.error.data || m.unknown_error(),
87-
})
86+
error: resp.error.data || m.unknown_error(),
87+
})
8888
: m.advanced_error_usb_emulation_disable({
89-
error: resp.error.data || m.unknown_error(),
90-
}),
89+
error: resp.error.data || m.unknown_error(),
90+
}),
9191
);
9292
return;
9393
}

0 commit comments

Comments
 (0)