diff --git a/frontend/src/components/ProjectForm/ProjectForm.tsx b/frontend/src/components/ProjectForm/ProjectForm.tsx index 7c32fc9c..12eb81ff 100644 --- a/frontend/src/components/ProjectForm/ProjectForm.tsx +++ b/frontend/src/components/ProjectForm/ProjectForm.tsx @@ -55,7 +55,7 @@ export default function ProjectForm() { // all the stuff needed for submitting a project const [title, setTitle] = useState(''); - const [_, setTransition] = useTransition(); + const [, setTransition] = useTransition(); const [titleError, setTitleError] = useState(false); const [description, setDescription] = useState('');