Skip to content

Commit

Permalink
feat: pass renderRichText through to posts from wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Jan 17, 2023
1 parent 14f3513 commit fdfea36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class BaseLiveBlogWrapper extends Component {
articleUrl={articleUrl}
showShareButtons={showShareButtons}
ad={ads[index]}
renderRichText={this.props.renderRichText}
/>
))

Expand Down

0 comments on commit fdfea36

Please sign in to comment.