mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Localized time in SessionActivity
This commit is contained in:
parent
38ab685143
commit
1aa213d342
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export function SessionActivity({
|
||||||
<div key={eventId} className={styles.row}>
|
<div key={eventId} className={styles.row}>
|
||||||
<div className={styles.time}>
|
<div className={styles.time}>
|
||||||
<StatusLight color={`#${visitId?.substring(0, 6)}`}>
|
<StatusLight color={`#${visitId?.substring(0, 6)}`}>
|
||||||
{formatTimezoneDate(createdAt, 'h:mm:ss aaa')}
|
{formatTimezoneDate(createdAt, 'pp')}
|
||||||
</StatusLight>
|
</StatusLight>
|
||||||
</div>
|
</div>
|
||||||
<Icon>{eventName ? <Icons.Bolt /> : <Icons.Eye />}</Icon>
|
<Icon>{eventName ? <Icons.Bolt /> : <Icons.Eye />}</Icon>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue