Skip to content

Commit db1229f

Browse files
committed
Merge branch 'hotfix/2.8.1'
2 parents 8922269 + f50b2e2 commit db1229f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/authors/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= react_component("AuthorShow", props: {
22
posts: @posts.as_json(
3-
only: [:id, :title, :unlisted, :page, :created_at, :word_count],
3+
only: [:id, :title, :unlisted, :page, :created_at, :word_count, :author_name, :author_link],
44
methods: [:author_relative_url, :preview_text, :rendered_text]
55
),
66
olderThan: @older_than,

0 commit comments

Comments
 (0)