diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index ab5d70f12b..04b5ba082c 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 (