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 (