diff --git a/src/app/(main)/websites/[websiteId]/realtime/RealtimeLog.tsx b/src/app/(main)/websites/[websiteId]/realtime/RealtimeLog.tsx index 024d79c7..f40be9db 100644 --- a/src/app/(main)/websites/[websiteId]/realtime/RealtimeLog.tsx +++ b/src/app/(main)/websites/[websiteId]/realtime/RealtimeLog.tsx @@ -111,7 +111,7 @@ export function RealtimeLog({ data }: { data: RealtimeData }) { values={{ country: {countryNames[country] || formatMessage(labels.unknown)}, browser: {BROWSERS[browser]}, - os: {OS_NAMES[os]}, + os: {OS_NAMES[os] || os}, device: {formatMessage(labels[device] || labels.unknown)}, }} />