diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index f8cfdb2ab7..fa8b5e918c 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -534,9 +534,15 @@ export default class PostList extends React.Component { if (post.user_id !== userId && post.create_at > this.state.lastViewed && !renderedLastViewed) { renderedLastViewed = true; + + // Temporary fix to solve ie10/11 rendering issue + let newSeparatorId = ''; + if (!utils.isBrowserIE()) { + newSeparatorId = 'new_message'; + } postCtls.push(