outposts: fix list showing questionmark when only one outpost is registered
This commit is contained in:
parent
1c426c5136
commit
82d50f7eaa
|
@ -49,7 +49,7 @@
|
|||
</span>
|
||||
</td>
|
||||
{% with states=outpost.state %}
|
||||
{% if states|length > 1 %}
|
||||
{% if states|length > 0 %}
|
||||
<td role="cell">
|
||||
{% for state in states %}
|
||||
<div>
|
||||
|
|
Reference in New Issue