Update RealtimeLog.tsx

This commit is contained in:
Minseo Lee 2024-08-27 16:04:22 +09:00
parent 248722edbf
commit a92fa260e1

View File

@ -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>,
}}
/>