Small change to remove react warning
Этот коммит содержится в:
@@ -49,6 +49,7 @@ export default class PostListContainer extends React.Component {
|
|||||||
for (let i = 0; i <= this.state.postLists.length - 1; i++) {
|
for (let i = 0; i <= this.state.postLists.length - 1; i++) {
|
||||||
postListCtls.push(
|
postListCtls.push(
|
||||||
<PostList
|
<PostList
|
||||||
|
key={'postlistkey' + i}
|
||||||
channelId={postLists[i]}
|
channelId={postLists[i]}
|
||||||
isActive={postLists[i] === channelId}
|
isActive={postLists[i] === channelId}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user