+
+
+
+
+ {touched.name
+ && errors.name
+ && {errors.name}}
+
+
+
+
+
+
+ {touched.startDate
+ && errors.startDate
+ && {errors.startDate}}
+
+
+
+
+
+
+ {touched.endDate
+ && errors.endDate
+ && {errors.endDate}}
+
+
+
+
+
+
+ {touched.description
+ && errors.description
+ && {errors.description}}
+
+
+
+
+
+
+ {touched.location
+ && errors.location
+ && {errors.location}}
+
+
+
+
+
+
+ {touched.image
+ && errors.image
+ && {errors.image}}
+
+
+
+
+
+
+ {touched.committeeName
+ && errors.committeeName
+ && {errors.committeeName}}
+
+
+
+