ui: Rate (USD) price fix

This commit is contained in:
gerlofvanek 2023-05-05 13:30:36 +02:00
parent 8885a58a2e
commit 788efeef5b

View file

@ -791,7 +791,7 @@ const chart = new Chart(ctx, {
</td>
{% endif %}
<td class="py-3 px-6 text-xs">
<div class="coinname-value" data-coinname="{{ o[3] }}">{{ o[5]|truncate(8,true,'',0) }}</div>
<div class="coinname-value" data-coinname="{{ o[3] }}">{{ o[6]|truncate(8,true,'',0) }}</div>
<div class="usd-value"></div>
</td>
<!-- <td class="py-4 px-6">{{ o[10] }}</td>-->