mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 01:25:15 +00:00
Fix nil error when rendering featured hashtags on profile (#18808)
Regression from #18795
This commit is contained in:
parent
e7aa2be828
commit
6ca0de9494
|
@ -22,6 +22,8 @@ class FeaturedTag < ApplicationRecord
|
|||
before_create :set_tag
|
||||
before_create :reset_data
|
||||
|
||||
delegate :display_name, to: :tag
|
||||
|
||||
attr_writer :name
|
||||
|
||||
def name
|
||||
|
|
Loading…
Reference in a new issue