Small change to remove react warning

Этот коммит содержится в:
Reed Garmsen
2015-09-21 18:41:22 -07:00
родитель ac7918c554
Коммит f1700e765b

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

@@ -49,6 +49,7 @@ export default class PostListContainer extends React.Component {
for (let i = 0; i <= this.state.postLists.length - 1; i++) {
postListCtls.push(
<PostList
key={'postlistkey' + i}
channelId={postLists[i]}
isActive={postLists[i] === channelId}
/>