mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -9,7 +9,9 @@ WorldMapTopoJSON.objects.states.geometries.map((state) => {
|
|||||||
state.id = state.name || ''
|
state.id = state.name || ''
|
||||||
if (country) {
|
if (country) {
|
||||||
state.id = country.id || ''
|
state.id = country.id || ''
|
||||||
state.properties = country.properties
|
state.properties = {
|
||||||
|
name: country.properties?.name || '',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return state
|
return state
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user