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)}
/>
);
}
if (PostUtils.isSystemMessage(post)) {
} else if (PostUtils.isSystemMessage(post)) {
profilePic = (
<span
className='icon'