PLT-5792 Fixed all ephemeral posts using system message icons (#5709)

Этот коммит содержится в:
Harrison Healey
2017-03-10 05:19:07 -05:00
коммит произвёл 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'