Fix error in admin UI for hashtag usage breakdown (#11743)
This commit is contained in:
		
							parent
							
								
									8d61ef6dda
								
							
						
					
					
						commit
						ae3c1fbf40
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,7 @@
 | 
				
			||||||
.table-wrapper
 | 
					.table-wrapper
 | 
				
			||||||
  %table.table
 | 
					  %table.table
 | 
				
			||||||
    %tbody
 | 
					    %tbody
 | 
				
			||||||
      - total = @usage_by_domain.sum(&:statuses_count).to_f
 | 
					      - total = @usage_by_domain.sum(&:last).to_f
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - @usage_by_domain.each do |(domain, count)|
 | 
					      - @usage_by_domain.each do |(domain, count)|
 | 
				
			||||||
        %tr
 | 
					        %tr
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue