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.
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
5fdb8223fc
Коммит
4d9f5173bc
@@ -302,12 +302,19 @@ export default class RhsRootPost extends React.Component {
|
||||
}
|
||||
|
||||
let compactClass = '';
|
||||
let profilePicContainer = (<div className='post__img'>{profilePic}</div>);
|
||||
if (this.props.compactDisplay) {
|
||||
compactClass = 'post--compact';
|
||||
profilePicContainer = '';
|
||||
|
||||
profilePic = (
|
||||
<ProfilePicture
|
||||
src=''
|
||||
status={this.props.status}
|
||||
user={this.props.user}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
const profilePicContainer = (<div className='post__img'>{profilePic}</div>);
|
||||
const messageWrapper = <PostMessageContainer post={post}/>;
|
||||
|
||||
let flag;
|
||||
|
||||
Ссылка в новой задаче
Block a user