Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Aug 16, 2022
1 parent 31d75e8 commit a5bb91f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/create/CreateDao.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const CreateDao = ({ deps }) => {
const [minInvestSharesError, setMinInvestSharesError] = useState("");
const [maxInvestSharesError, setMaxInvestSharesError] = useState("");
const [socialMediaUrlError, setSocialMediaUrlError] = useState("");
// mock data, while we've no UI for this
const [minRaiseTargetError, setMinRaiseTargetError] = useState("");

const [minRaiseTargetEndDateError, setMinRaiseTargetEndDateError] =
Expand Down

0 comments on commit a5bb91f

Please sign in to comment.