scroll lista iniziale, link react readme, minor changes

This commit is contained in:
matteo
2018-11-21 21:14:52 +01:00
parent 1a1ba9756f
commit 403cbc013d
6 changed files with 30 additions and 14 deletions
-7
View File
@@ -50,13 +50,6 @@ class VideoList extends React.Component {
} else {
return (
<React.Fragment>
<Col className="my-2" xs="12" sm="12">
<code>
Url loaded: <span className="bg-dark">{headers.url}</span>
</code>
<br />
<code>Total videos: {items.length}</code>
</Col>
{items.map(item => (
<Col key={item.videoID} lg="4" md="6">
<Card className="my-1">