Add meeting time
This commit is contained in:
parent
a93ac00120
commit
5a03d7f01e
|
@ -187,7 +187,7 @@ export function Home(props) {
|
|||
|
||||
const getStat = (x) => stats && stats[x] ? stats[x] : 'Unknown';
|
||||
const getZeroStat = (x) => stats && stats[x] ? stats[x] : '0';
|
||||
const getDateStat = (x) => stats && stats[x] ? moment.utc(stats[x]).tz('America/Edmonton').format('ll') : 'Unknown';
|
||||
const getDateStat = (x) => stats && stats[x] ? moment.utc(stats[x]).tz('America/Edmonton').format('MMM Do @ LT') : 'Unknown';
|
||||
|
||||
const mcPlayers = stats && stats['minecraft_players'] ? stats['minecraft_players'] : [];
|
||||
const mumbleUsers = stats && stats['mumble_users'] ? stats['mumble_users'] : [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user