fix Puerto Rico name change
This commit is contained in:
parent
0e69e64831
commit
e5ee7bd12e
@ -171,6 +171,9 @@ const processRecords = async () => {
|
||||
countryPopulationMap['MS Zaandam'] = 1829;
|
||||
countryPopulationMap['Kosovo'] = 1810463;
|
||||
statePopulationMap['Grand Princess'] = 3533;
|
||||
if (statePopulationMap['Puerto Rico Commonwealth']) {
|
||||
statePopulationMap['Puerto Rico'] = statePopulationMap['Puerto Rico Commonwealth'];
|
||||
}
|
||||
|
||||
// tsGlobalRecords = tsGlobalRecords.filter((record) => {
|
||||
// return record['Country/Region'] === 'US';
|
||||
|
Loading…
Reference in New Issue
Block a user