fixed repeated items on 2nd row prof mode in web panel

This commit is contained in:
Justin 2022-10-05 16:51:46 +08:00 committed by GitHub
parent b0aa90e15e
commit 892a9c6956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,6 +538,17 @@
class="display-features-list text-white">
{%if professional%}
{% for f in not_displaying2 %}
<li>{{f}}</li>
{% endfor%}
{%else%}
<li>Stocks</li>
<li>Crypto</li>
@ -566,6 +577,8 @@
<li>Sports (Team Stats)</li>
{%endif%}
</ul>
</div>