fixed repeated items on 2nd row prof mode in web panel
This commit is contained in:
parent
b0aa90e15e
commit
892a9c6956
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user