mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
fix some components in realtime data
This commit is contained in:
parent
6dd90ce9ca
commit
05ece6a4d0
6 changed files with 21 additions and 67 deletions
|
|
@ -57,7 +57,7 @@ export default function RealtimeLog({ data, websiteDomain }) {
|
|||
const getIcon = ({ __type }) => icons[__type];
|
||||
|
||||
const getDetail = log => {
|
||||
const { __type, eventName, url, browser, os, country, device } = log;
|
||||
const { __type, eventName, urlPath: url, browser, os, country, device } = log;
|
||||
|
||||
if (__type === TYPE_EVENT) {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue