summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_body
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post_body')
-rw-r--r--webapp/components/post_view/post_body/post_body.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/post_body/post_body.jsx b/webapp/components/post_view/post_body/post_body.jsx
index 4c0e00c47..2f8f86d82 100644
--- a/webapp/components/post_view/post_body/post_body.jsx
+++ b/webapp/components/post_view/post_body/post_body.jsx
@@ -162,6 +162,7 @@ export default class PostBody extends React.PureComponent {
<PostMessageView
lastPostCount={this.props.lastPostCount}
post={this.props.post}
+ compactDisplay={this.props.compactDisplay}
/>
</div>
);