From 4d9f5173bc81fcaad8040b46b0d9950458412747 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 25 Oct 2016 01:06:03 +0500 Subject: PLT-4293 - Adding status indicator to RHS thread (#4292) * PLT-4293 - Adding status indicator to RHS thread * Coming conditional * Changing const position * Uber UI changes * Revert "Uber UI changes" This reverts commit 6b756c38ccde7da6b8180e119a00beb92b4b8057. --- webapp/components/rhs_root_post.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'webapp/components/rhs_root_post.jsx') diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx index 27446c85a..b8aeeed2d 100644 --- a/webapp/components/rhs_root_post.jsx +++ b/webapp/components/rhs_root_post.jsx @@ -302,12 +302,19 @@ export default class RhsRootPost extends React.Component { } let compactClass = ''; - let profilePicContainer = (
{profilePic}
); if (this.props.compactDisplay) { compactClass = 'post--compact'; - profilePicContainer = ''; + + profilePic = ( + + ); } + const profilePicContainer = (
{profilePic}
); const messageWrapper = ; let flag; -- cgit v1.2.3-1-g7c22