fix: tags

This commit is contained in:
Artemy 2023-06-12 16:06:15 +03:00
parent 5fd3ee783d
commit ea7b1b5c05

View file

@ -237,9 +237,9 @@ window.onload = async () => {
</h5> </h5>
</div> </div>
<div class="col-12 text-center glass"> <div class="col-12 text-center glass">
${JSON.parse(feature.properties.tags).join( ${JSON.parse(
", " feature.properties.tags || "[]"
)} ).join(", ")}
</div> </div>
<div class="col-12 text-center glass"> <div class="col-12 text-center glass">
Founding date: ${country.date} Founding date: ${country.date}