mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Correct order of tests.
This commit is contained in:
parent
f104bdcdd0
commit
df078f18d8
@ -258,8 +258,8 @@ export default {
|
||||
`
|
||||
description +=
|
||||
e.features[0].properties.about &&
|
||||
e.features[0].properties.about !== 'null' &&
|
||||
e.features[0].properties.about.length > 0
|
||||
e.features[0].properties.about.length > 0 &&
|
||||
e.features[0].properties.about !== 'null'
|
||||
? `
|
||||
<hr>
|
||||
<div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user