ui: Rate (USD) price fix
This commit is contained in:
		
							parent
							
								
									8885a58a2e
								
							
						
					
					
						commit
						788efeef5b
					
				@ -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>-->
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user