Archived
mi sono perso per strada
This commit is contained in:
+2
-18
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user