Fixed center channel height magic. Fixes tutorial

Этот коммит содержится в:
Christopher Speller
2015-11-05 10:24:26 -05:00
родитель b746b314cc
Коммит fafc3bfae4
8 изменённых файлов: 14 добавлений и 11 удалений

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

@@ -261,7 +261,7 @@ export default class PostsViewContainer extends React.Component {
}
return (
<div>{postListCtls}</div>
<div id='post-list'>{postListCtls}</div>
);
}
}