PLT-5792 Fixed all ephemeral posts using system message icons (#5709)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
a8e68bd890
Коммит
89d0087ea4
@@ -204,9 +204,7 @@ export default class Post extends React.Component {
|
||||
src={PostUtils.getProfilePicSrcForPost(post, timestamp)}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
if (PostUtils.isSystemMessage(post)) {
|
||||
} else if (PostUtils.isSystemMessage(post)) {
|
||||
profilePic = (
|
||||
<span
|
||||
className='icon'
|
||||
|
||||
Ссылка в новой задаче
Block a user