embedd video correctly
hide video when user clicks to home page again
This commit is contained in:
@@ -43,7 +43,8 @@ class HomePage extends React.Component {
|
||||
{this.state.loadeditems.map(elem => (
|
||||
<Preview
|
||||
name={elem.movie_name}
|
||||
movie_id={elem.movie_id}/>
|
||||
movie_id={elem.movie_id}
|
||||
showvideo={this.props.showvideo}/>
|
||||
))}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user