empty commit to trigger redeploy

pull/2069/head
Johan Girod 2022-03-24 17:06:41 +01:00
parent 700f6b253e
commit cbd60c44dc
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export default function Privacy({ label }: { label?: string }) {
const tracker = useContext(TrackingContext)
const [valueChanged, setValueChanged] = useState(false)
const { t } = useTranslation()
const handleChange = useCallback(
(checked) => {
if (checked) {