mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05:00
Fix error in admin UI for hashtag usage breakdown (#11743)
This commit is contained in:
parent
d19d86fe2b
commit
ec1dd865fb
@ -38,7 +38,7 @@
|
||||
.table-wrapper
|
||||
%table.table
|
||||
%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)|
|
||||
%tr
|
||||
|
Loading…
x
Reference in New Issue
Block a user