Various linting fixes

This commit is contained in:
Kurt Hutten
2021-09-20 18:14:51 +10:00
parent 39ce35b219
commit 7da61d9ce6
12 changed files with 11 additions and 43 deletions

View File

@@ -24,7 +24,7 @@ const EditableProjectTitle = ({
const [newTitle, setNewTitle] = useState(projectTitle)
const inputRef = React.useRef(null)
const { updateProject, loading, error } = useUpdateProject({
const { updateProject } = useUpdateProject({
onCompleted: ({ updateProject }) => {
const routeVars = {
userName: updateProject.user.userName,