diff --git a/src/components/projects/CreateProject.jsx b/src/components/projects/CreateProject.jsx
index d67c6d8..f2ac238 100644
--- a/src/components/projects/CreateProject.jsx
+++ b/src/components/projects/CreateProject.jsx
@@ -30,7 +30,6 @@ const { addProject } = LiquidPledging.methods
const { TOO_LONG, REQUIRED } = errorStrings
const hoursToSeconds = hours => hours * 60 * 60
-const helperText = 'The length of time the Project has to veto when the project delegates to another delegate and they pledge those funds to a project'
const generateChatRoom = title => `#status-${title.replace(/\s/g, '')}`
const validationSchema = Yup.object().shape({
@@ -408,18 +407,6 @@ const SubmissionSection = ({ classes, history }) => {
}
/>}
-