We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298c57f commit 9842146Copy full SHA for 9842146
src/pages/tasks/NewTaskDescriptionPage.js
@@ -43,7 +43,7 @@ const NewTaskDescriptionPage = (props) => {
43
* @returns {Object}
44
*/
45
function validate() {
46
- // This field is optional and can be left blank, so we do not need to validate that it has a value.
+ // This field is optional and can be left blank, so we should not require validation for its value.
47
return {};
48
}
49
0 commit comments