diff --git a/app/components/post/post.js b/app/components/post/post.js index bb65a1922..811146c15 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -635,7 +635,7 @@ class Post extends PureComponent { } - {this.renderMessage(style, messageStyle)} + {this.renderMessage(style, messageStyle, blockStyles, textStyles)}