Skip to content
Snippets Groups Projects
Unverified Commit ec1dd865 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix error in admin UI for hashtag usage breakdown (#11743)

parent d19d86fe
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment