mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
lint fixes
This commit is contained in:
@@ -486,7 +486,7 @@ export function Switch() {
|
||||
<div class="switch-box">
|
||||
<input
|
||||
type="checkbox" id="__switch-port-dummy-switch"
|
||||
${model.ports[port].video.dummy ? 'checked' : ''}
|
||||
${model.ports[port].video.dummy ? "checked" : ""}
|
||||
/>
|
||||
<label for="__switch-port-dummy-switch">
|
||||
<span class="switch-inner"></span>
|
||||
|
||||
Reference in New Issue
Block a user