From 35d08fb7939504eb1f6c5ad7eaadc7fa2a75ffa4 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 30 May 2017 16:15:13 -0400 Subject: [PATCH] RN-150 Fixed markdown styles not being applied (#589) --- app/components/post/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}