fix: formatting of total km
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -163,7 +163,7 @@ | ||||
|             </div> | ||||
|             <div class="my-1 px-1 w-full overflow-hidden sm:w-1/2 md:w-1/3"> | ||||
|               <h1 class="text-5xl font-bold text-center text-gray-900"> | ||||
|                 {general.total_distance || "0"} | ||||
|                 {general.total_distance / 1000 || 0} | ||||
|               </h1> | ||||
|               <h1 class="text-2xl font-semibold text-center text-gray-900"> | ||||
|                 {$_("kilometer-gesamt")} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user