mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
Merge branch 'dev' into jajaja
# Conflicts: # package.json # src/components/hooks/useTimezone.ts # yarn.lock
This commit is contained in:
commit
edb7022c55
13 changed files with 117 additions and 109 deletions
|
|
@ -34,7 +34,7 @@ export function SessionActivity({
|
|||
return (
|
||||
<Fragment key={eventId}>
|
||||
{showHeader && (
|
||||
<div className={styles.header}>{formatTimezoneDate(createdAt, 'EEEE, PPP')}</div>
|
||||
<div className={styles.header}>{formatTimezoneDate(createdAt, 'PPPP')}</div>
|
||||
)}
|
||||
<div key={eventId} className={styles.row}>
|
||||
<div className={styles.time}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue