From 1df1c090d0b69d83698247ab94ae8accd298dffb Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Thu, 18 Oct 2018 15:25:16 -0400 Subject: [PATCH] Updated comments. --- src/components/ReportForm.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/ReportForm.js b/src/components/ReportForm.js index 1c84462..77a22a3 100644 --- a/src/components/ReportForm.js +++ b/src/components/ReportForm.js @@ -40,10 +40,8 @@ const styles = theme => ({ /** * Function for formatting the - * date as a string that - * Material UI can use. We'll - * also store the date like - * this string in the database. + * year as a string that + * Material UI can use. * @param {*} date, Date passed in. */ function getYear(date) {