mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Fixed realtime log issues.
This commit is contained in:
parent
56ab099499
commit
3afafd50f3
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ export function RealtimeLog({ data, websiteDomain }) {
|
|||
|
||||
const getTime = ({ createdAt }) => dateFormat(new Date(createdAt), 'pp', locale);
|
||||
|
||||
const getColor = ({ sessionId }) => stringToColor(sessionId);
|
||||
const getColor = ({ id, sessionId }) => stringToColor(sessionId || id);
|
||||
|
||||
const getIcon = ({ __type }) => icons[__type];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue