From f4496bb23a2e9874be6ec639c4fd0fd5fcce88b8 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Fri, 16 Jan 2026 17:36:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20show=20all=20country=20lis?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LogAnalyticsData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LogAnalyticsData.tsx b/src/components/LogAnalyticsData.tsx index 0c3e1ec8..2c541239 100644 --- a/src/components/LogAnalyticsData.tsx +++ b/src/components/LogAnalyticsData.tsx @@ -523,7 +523,7 @@ function TopCountriesList(props: TopCountriesListProps) { )} )} - {props.countries.slice(0, 3).map((country) => { + {props.countries.map((country) => { const percent = country.count / props.total; return (