Fixed some react warnings involving missing keys in render arrays

Этот коммит содержится в:
Reed Garmsen
2015-09-02 13:00:35 -07:00
родитель 58ec3cb19a
Коммит 96aa78c971
7 изменённых файлов: 34 добавлений и 9 удалений

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

@@ -518,7 +518,7 @@ export default class PostList extends React.Component {
var postCtl = (
<Post
key={post.id}
key={post.id + 'postKey'}
ref={post.id}
sameUser={sameUser}
sameRoot={sameRoot}