mi sono perso per strada

This commit is contained in:
matteo
2018-12-15 16:48:19 +01:00
parent 2b58b105dd
commit c7b4f0c347
2 changed files with 99 additions and 90 deletions
+2 -18
View File
@@ -97,10 +97,7 @@ class VideoInfo extends Component {
} else {
return (
<React.Fragment>
<Col className="border border-dark" lg={{ span: 7 }}>
{/* codice per tabs reccomenders */}
<Tabs defaultActiveKey="a" id="uncontrolled-tab-example">
<Tab eventKey="a" title="A">
<Wikipedia
title={
this.props.location.state
@@ -114,20 +111,7 @@ class VideoInfo extends Component {
}
videoId={this.props.match.params.id}
/>
</Tab>
<Tab eventKey="b" title="B">
<p>{this.state.others.artist}</p>
<p>{this.state.others.title}</p>
</Tab>
<Tab eventKey="c" title="C">
<p>C</p>
</Tab>
</Tabs>
</Col>
<Col className="border border-dark" lg={{ span: 4, offset: 1 }}>
<p>2</p>
</Col>
</React.Fragment>
);
}