Fix remove number sign from account_featured_tags (#15277)
This commit is contained in:
parent
44d5c6bc8f
commit
17a2e27641
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ class REST::AccountFeaturedTagSerializer < ActiveModel::Serializer
|
|||
object.tag.id.to_s
|
||||
end
|
||||
|
||||
def name
|
||||
"##{object.name}"
|
||||
end
|
||||
|
||||
def url
|
||||
short_account_tag_url(object.account, object.tag)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue