diff --git a/app/views/admin/claims/_allocations_form.html.erb b/app/views/admin/claims/_allocations_form.html.erb index f3bb44304a..b4e2b24d1b 100644 --- a/app/views/admin/claims/_allocations_form.html.erb +++ b/app/views/admin/claims/_allocations_form.html.erb @@ -1,9 +1,6 @@ -<% allocate_claim_count = @claims.where(assigned_to: nil).count > 25 ? 25 : @claims.where(assigned_to: nil).size %> -