mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Check that about !== 'null' cause the resolver has an undefinedToNull.
This commit is contained in:
parent
d2ff5f71be
commit
43bb4685d3
@ -257,7 +257,7 @@ export default {
|
||||
</div>
|
||||
`
|
||||
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>
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user