PLT-1301 Fixing RHS disappearing bug

Этот коммит содержится в:
=Corey Hulen
2015-12-02 12:22:21 -08:00
родитель 8c7dd0561d
Коммит a25614f259
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@@ -101,7 +101,6 @@ export default class RhsThread extends React.Component {
}
if (currentPosts.posts[currentPosts.order[0]].channel_id === currentSelected.posts[currentSelected.order[0]].channel_id) {
currentSelected.posts = {};
for (var postId in currentPosts.posts) {
if (currentPosts.posts.hasOwnProperty(postId)) {
currentSelected.posts[postId] = currentPosts.posts[postId];