From e02883baf2fd2a0cfc21bd557bc0ecc69afd707c Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 10 Aug 2015 16:51:59 -0700 Subject: Cosmetic refactoring of post_body.jsx --- web/react/components/post_right.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/react/components/post_right.jsx') diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx index 10a9400f5..19e4cf67a 100644 --- a/web/react/components/post_right.jsx +++ b/web/react/components/post_right.jsx @@ -286,8 +286,9 @@ module.exports = React.createClass({ } var rootPostKey = root_post.id - if (root_post.lastEditDate != undefined) + if (root_post.lastEditDate) { rootPostKey += root_post.lastEditDate; + } var posts_array = []; @@ -295,8 +296,9 @@ module.exports = React.createClass({ var cpost = post_list.posts[postId]; if (cpost.root_id == root_post.id) { var cpostKey = cpost.id - if (cpost.lastEditDate != undefined) + if (cpost.lastEditDate) { cpostKey += cpost.lastEditDate; + } cpost.cpostKey = cpostKey; posts_array.push(cpost); -- cgit v1.2.3-1-g7c22