We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8922269 + f50b2e2 commit db1229fCopy full SHA for db1229f
app/views/authors/show.html.erb
@@ -1,6 +1,6 @@
1
<%= react_component("AuthorShow", props: {
2
posts: @posts.as_json(
3
- only: [:id, :title, :unlisted, :page, :created_at, :word_count],
+ only: [:id, :title, :unlisted, :page, :created_at, :word_count, :author_name, :author_link],
4
methods: [:author_relative_url, :preview_text, :rendered_text]
5
),
6
olderThan: @older_than,
0 commit comments