Fix non-unanimous reason display

This commit is contained in:
Jason Rhinelander 2021-06-10 14:43:01 -03:00
parent 134aa026fd
commit ca235ea978
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@
<li>{{ readable_reason.display(r) }}</li>
{%endfor%}
{%endif%}
{%if tx.extra.sn_state_change.reasons_some%}
{%for r in tx.extra.sn_state_change.reasons_some%}
{%if tx.extra.sn_state_change.reasons_maybe%}
{%for r in tx.extra.sn_state_change.reasons_maybe%}
<li>{{ readable_reason.display(r, true) }}</li>
{%endfor%}
{%endif%}