File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class Admin extends Component {
152
152
const fileName = file.split("-")[0];
153
153
let fileDate = file.split("-").slice(1).join().split(".")[0];
154
154
let fileDateOnlyNumbers = fileDate.replaceAll(",", "");
155
- let fileDateFormatted = moment(fileDateOnlyNumbers, "YYYYMMDDhmmss").format("MMMM Do YYYY, h:mm:ss a");
155
+ let fileDateFormatted = moment(fileDateOnlyNumbers, "YYYYMMDDhmmss").local(). format("MMMM Do YYYY, h:mm:ss a");
156
156
157
157
return (
158
158
<TableRow>
@@ -178,7 +178,7 @@ class Admin extends Component {
178
178
</Grid>
179
179
180
180
<Grid item sm={6}>
181
- <h2> Data Analysis </h2>
181
+ <h2> Last Match Analysis </h2>
182
182
{_.isEmpty(this.state.statistics) !== true &&
183
183
<TableContainer component={Paper} className="statisticsData">
184
184
<Table aria-label="simple table" className={classes.table}>
You can’t perform that action at this time.
0 commit comments