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