diff --git a/src/components/EventReports.js b/src/components/EventReports.js index c73647f..fc8f621 100644 --- a/src/components/EventReports.js +++ b/src/components/EventReports.js @@ -15,6 +15,15 @@ import { import PageviewIcon from "@material-ui/icons/Pageview"; import ViewListIcon from "@material-ui/icons/ViewList"; +const date_format = { + year: "numeric", + month: "2-digit", + day: "2-digit", + hour: "2-digit", + minute: "2-digit", + second: "2-digit", +}; + const ReportPagination = props => ( ); @@ -33,14 +42,7 @@ export const ReportShow = props => { @@ -72,14 +74,7 @@ export const ReportShow = props => { @@ -116,14 +111,7 @@ export const ReportList = ({ ...props }) => {