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>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
{% with states=outpost.state %}
|
{% with states=outpost.state %}
|
||||||
{% if states|length > 1 %}
|
{% if states|length > 0 %}
|
||||||
<td role="cell">
|
<td role="cell">
|
||||||
{% for state in states %}
|
{% for state in states %}
|
||||||
<div>
|
<div>
|
||||||
|
|
Reference in New Issue