♻️ show all country list

This commit is contained in:
Fred KISSIE
2026-01-16 17:36:48 +01:00
parent c93766bb48
commit f4496bb23a

View File

@@ -523,7 +523,7 @@ function TopCountriesList(props: TopCountriesListProps) {
)}
</div>
)}
{props.countries.slice(0, 3).map((country) => {
{props.countries.map((country) => {
const percent = country.count / props.total;
return (
<li