mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update RealtimeLog.tsx
This commit is contained in:
parent
248722edbf
commit
a92fa260e1
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ export function RealtimeLog({ data }: { data: RealtimeData }) {
|
||||||
values={{
|
values={{
|
||||||
country: <b>{countryNames[country] || formatMessage(labels.unknown)}</b>,
|
country: <b>{countryNames[country] || formatMessage(labels.unknown)}</b>,
|
||||||
browser: <b>{BROWSERS[browser]}</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>,
|
device: <b>{formatMessage(labels[device] || labels.unknown)}</b>,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue