Fix Trending Tags pending review having an unstable sort order (#31473)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
pull/31474/head
Emelia Smith 4 months ago committed by GitHub
parent 71f257d529
commit 99051479c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ class Trends::TagFilter
def results
scope = if params[:status] == 'pending_review'
Tag.unscoped
Tag.unscoped.order(id: :desc)
else
trending_scope
end

Loading…
Cancel
Save