From a2679ebf91e33d69df5e394a3ea1046e163ab372 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 12 Nov 2015 15:25:41 -0500 Subject: [PATCH] Fixing bad merge --- web/react/components/post_body.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; }