mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
ui: Rate (USD) price fix
This commit is contained in:
@@ -791,7 +791,7 @@ const chart = new Chart(ctx, {
|
|||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td class="py-3 px-6 text-xs">
|
<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>
|
<div class="usd-value"></div>
|
||||||
</td>
|
</td>
|
||||||
<!-- <td class="py-4 px-6">{{ o[10] }}</td>-->
|
<!-- <td class="py-4 px-6">{{ o[10] }}</td>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user