mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Correct linting.
This commit is contained in:
parent
43bb4685d3
commit
f104bdcdd0
@ -257,7 +257,9 @@ export default {
|
||||
</div>
|
||||
`
|
||||
description +=
|
||||
e.features[0].properties.about && e.features[0].properties.about !== 'null' && 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