|  | @ -364,7 +364,7 @@ | 
			
		
	
		
		
			
				
					|  |  |                 <!-- show the full list when expanded --> |  |  |                 <!-- show the full list when expanded --> | 
			
		
	
		
		
			
				
					|  |  |                 <div v-if="totalsExpanded"> |  |  |                 <div v-if="totalsExpanded"> | 
			
		
	
		
		
			
				
					|  |  |                   <div |  |  |                   <div | 
			
		
	
		
		
			
				
					
					|  |  |                     v-for="(total, index) in givesTotalsByUnit" |  |  |                     v-for="total in givesTotalsByUnit" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                     :key="total.unit" |  |  |                     :key="total.unit" | 
			
		
	
		
		
			
				
					|  |  |                     class="ml-2" |  |  |                     class="ml-2" | 
			
		
	
		
		
			
				
					|  |  |                   > |  |  |                   > | 
			
		
	
	
		
		
			
				
					|  | 
 |