Skip to content

Commit 9842146

Browse files
Update src/pages/tasks/NewTaskDescriptionPage.js
Co-authored-by: Fedi Rajhi <[email protected]>
1 parent 298c57f commit 9842146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tasks/NewTaskDescriptionPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const NewTaskDescriptionPage = (props) => {
4343
* @returns {Object}
4444
*/
4545
function validate() {
46-
// This field is optional and can be left blank, so we do not need to validate that it has a value.
46+
// This field is optional and can be left blank, so we should not require validation for its value.
4747
return {};
4848
}
4949

0 commit comments

Comments
 (0)