Correct admin history date tz, add info to chart
This commit is contained in:
parent
bdbab31a17
commit
665d4e68bd
|
@ -63,7 +63,7 @@ export function AdminHistory(props) {
|
|||
<Table.Row>
|
||||
<Table.Cell>
|
||||
<a href='javascript:;' onClick={() => setFocus(x.id)}>
|
||||
{moment.utc(x.history_date).format('YYYY-MM-DD')}
|
||||
{moment.utc(x.history_date).tz('America/Edmonton').format('YYYY-MM-DD')}
|
||||
</a>
|
||||
</Table.Cell>
|
||||
<Table.Cell>{x.is_system ? 'System' : (x.history_user || 'Deleted User')}</Table.Cell>
|
||||
|
|
|
@ -122,7 +122,7 @@ export function Charts(props) {
|
|||
|
||||
<Header size='medium'>Signup Count</Header>
|
||||
|
||||
<p>Monthly for the last sixteen months.</p>
|
||||
<p>Monthly for the last sixteen months, updates daily.</p>
|
||||
|
||||
<p>
|
||||
{signupCount &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user