From 07601d6561cf6e7fe3c8cb9c15a12f26f8183246 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 17 Jul 2015 23:43:36 +0500 Subject: Changing var name from currentUser to currentUserCss --- web/react/components/post.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/react') diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index ab5d70f12..04b5ba082 100644 --- a/web/react/components/post.jsx +++ b/web/react/components/post.jsx @@ -69,14 +69,14 @@ module.exports = React.createClass({ postType = "post--comment"; } - var currentUser = ""; + var currentUserCss = ""; if (UserStore.getCurrentId() === post.user_id) { - currentUser = "current--user"; + currentUserCss = "current--user"; } return (
-
+
{ !this.props.hideProfilePic ?
-- cgit v1.2.3-1-g7c22