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)}
|
src={PostUtils.getProfilePicSrcForPost(post, timestamp)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
} else if (PostUtils.isSystemMessage(post)) {
|
||||||
|
|
||||||
if (PostUtils.isSystemMessage(post)) {
|
|
||||||
profilePic = (
|
profilePic = (
|
||||||
<span
|
<span
|
||||||
className='icon'
|
className='icon'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user