Skip to content
Snippets Groups Projects
Unverified Commit 17a2e276 authored by Takeshi Umeda's avatar Takeshi Umeda Committed by GitHub
Browse files

Fix remove number sign from account_featured_tags (#15277)

parent 44d5c6bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment