Added new fields for EMS file upload + renamed fields for coherenace. Another attempt at fixing invalid token forwarding. Fixed date time formatting.

This commit is contained in:
Patrick Fic
2020-01-29 16:57:19 -08:00
parent 1040822a7c
commit f72308f915
32 changed files with 1474 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ export function DateFormatter(props) {
}
export function DateTimeFormatter(props) {
return <Moment format="MM/DD/YYYY @ HH:MM">{props.children || ""}</Moment>;
return <Moment format="MM/DD/YYYY @ HH:mm">{props.children || ""}</Moment>;
}