diff --git a/services/web/frontend/js/shared/components/switch.tsx b/services/web/frontend/js/shared/components/switch.tsx index 1b21600dc8..44157b8143 100644 --- a/services/web/frontend/js/shared/components/switch.tsx +++ b/services/web/frontend/js/shared/components/switch.tsx @@ -8,6 +8,7 @@ type SwitchProps = { function Switch({ onChange, checked, disabled = false }: SwitchProps) { return ( + // eslint-disable-next-line jsx-a11y/label-has-associated-control