diff --git a/src/pages/AddProject/index.tsx b/src/pages/AddProject/index.tsx index ea1c21e..778ca38 100644 --- a/src/pages/AddProject/index.tsx +++ b/src/pages/AddProject/index.tsx @@ -68,10 +68,7 @@ const AddProject = () => { chosenDeliverables, setChosenDeliverables, ] = useState(); - const [ - chosenPaymentOption, - setChosenPaymentOption, - ] = useState(); + const [, setChosenPaymentOption] = useState(); const [chosenPlatforms, setChosenPlatforms] = useState>([]); const [selectedFeature, setSelectedFeature] = useState(); const [categories, setCategories] = useState>([]); diff --git a/src/pages/Project/index.tsx b/src/pages/Project/index.tsx index d97aa69..47510dd 100644 --- a/src/pages/Project/index.tsx +++ b/src/pages/Project/index.tsx @@ -88,7 +88,7 @@ const Project = () => { return role !== 'admin' ? ( <> - {!projectLoading && !projectLoading && !prototypeLoading ? ( + {!projectsLoading && !projectLoading && !prototypeLoading ? ( <> {project ? (