mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +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>
|
</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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user