diff --git a/components/form/form-picker.tsx b/components/form/form-picker.tsx index b14eb1c..1130977 100644 --- a/components/form/form-picker.tsx +++ b/components/form/form-picker.tsx @@ -1,5 +1,6 @@ 'use client'; +import DOMPurify from 'dompurify'; import Image from 'next/image'; import Link from 'next/link'; @@ -90,7 +91,8 @@ export const FormPicker = ({ id, errors }: FormPickerProps) => { )}