Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 6, 2024
1 parent 589b63b commit 5544b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ProjectForm/ProjectForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
Expand Down

0 comments on commit 5544b1f

Please sign in to comment.