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:
@@ -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>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user