diff --git a/src/components/Switch.tsx b/src/components/Switch.tsx index bfa261f..5b616a7 100644 --- a/src/components/Switch.tsx +++ b/src/components/Switch.tsx @@ -31,9 +31,7 @@ export function Switch({ name, checked = false, disabled = false, onChange }: Sw
- {!isNil(name) && ( - - )} + {!isNil(name) && } ); }