mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
checkpoint
This commit is contained in:
parent
3e2c098c05
commit
8f934c7e6c
14 changed files with 73 additions and 63 deletions
|
|
@ -92,8 +92,7 @@ export default function RealtimeLog({ data, websites, websiteId }) {
|
|||
}
|
||||
|
||||
function getDetail({
|
||||
event_type,
|
||||
event_value,
|
||||
event_name,
|
||||
view_id,
|
||||
session_id,
|
||||
url,
|
||||
|
|
@ -103,10 +102,10 @@ export default function RealtimeLog({ data, websites, websiteId }) {
|
|||
device,
|
||||
website_id,
|
||||
}) {
|
||||
if (event_type) {
|
||||
if (event_name) {
|
||||
return (
|
||||
<div>
|
||||
<Tag>{event_type}</Tag> {event_value}
|
||||
<Tag>{event_name}</Tag>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue