mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 04:41:03 +00:00
lint
This commit is contained in:
@@ -15,7 +15,9 @@ export function CheckboxField({ label, ...props }: CheckboxFieldProps) {
|
||||
|
||||
return (
|
||||
<div className="checkbox-field">
|
||||
<div className={`checkbox-field__checkbox ${props.checked ? 'checked' : ''}`}>
|
||||
<div
|
||||
className={`checkbox-field__checkbox ${props.checked ? "checked" : ""}`}
|
||||
>
|
||||
<input
|
||||
id={id}
|
||||
type="checkbox"
|
||||
|
||||
Reference in New Issue
Block a user