mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
♻️ show all country list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user