TEMP disable globe
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-16 18:19:41 +02:00
parent b0b20da89b
commit 2d0f70d57b
2 changed files with 20 additions and 20 deletions

View File

@@ -87,7 +87,7 @@
/*
** Manipulate data
*/
if ($countries) {
if ($countries) {
// Replace each countrie's continent by the database
$countries.forEach(count => count.continent = $continents.find(cont => cont.id === count.continent.id))