From a92fa260e193205295969f1e8c74996454aa11a7 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Tue, 27 Aug 2024 16:04:22 +0900 Subject: [PATCH] Update RealtimeLog.tsx --- src/app/(main)/websites/[websiteId]/realtime/RealtimeLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}, }} />