Remove unused obscured_counter helper method (#35627)

This commit is contained in:
Matt Jankowski 2025-08-01 10:28:45 -04:00 committed by GitHub
parent fba24cc4eb
commit 483da67204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 44 deletions

View file

@ -39,16 +39,6 @@ module HomeHelper
end
end
def obscured_counter(count)
if count <= 0
'0'
elsif count == 1
'1'
else
'1+'
end
end
def field_verified_class(verified)
if verified
'verified'