diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx index 1e08a06618..617b4b36c5 100644 --- a/web/react/components/post_body.jsx +++ b/web/react/components/post_body.jsx @@ -31,7 +31,7 @@ export default class PostBody extends React.Component { this.state = { links: linkData.links, message: linkData.text, - post: this.props.post + post: this.props.post, hasUserProfiles: profiles && Object.keys(profiles).length > 1 }; }