Check that about !== 'null' cause the resolver has an undefinedToNull.

This commit is contained in:
elweyn 2023-02-21 05:26:25 +01:00
parent d2ff5f71be
commit 43bb4685d3

View File

@ -257,7 +257,7 @@ export default {
</div> </div>
` `
description += description +=
e.features[0].properties.about && e.features[0].properties.about.length > 0 e.features[0].properties.about && e.features[0].properties.about !== 'null' && e.features[0].properties.about.length > 0
? ` ? `
<hr> <hr>
<div> <div>