mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Update RealtimeLog.tsx
This commit is contained in:
parent
248722edbf
commit
a92fa260e1
@ -111,7 +111,7 @@ export function RealtimeLog({ data }: { data: RealtimeData }) {
|
||||
values={{
|
||||
country: <b>{countryNames[country] || formatMessage(labels.unknown)}</b>,
|
||||
browser: <b>{BROWSERS[browser]}</b>,
|
||||
os: <b>{OS_NAMES[os]}</b>,
|
||||
os: <b>{OS_NAMES[os] || os}</b>,
|
||||
device: <b>{formatMessage(labels[device] || labels.unknown)}</b>,
|
||||
}}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user