add style for actor tiles
render actors got from backend backend test code to get actors
This commit is contained in:
@ -158,8 +158,7 @@ class HomePage extends React.Component {
|
||||
</SideBar>
|
||||
{this.state.data.length !== 0 ?
|
||||
<VideoContainer
|
||||
data={this.state.data}
|
||||
viewbinding={this.props.viewbinding}/> :
|
||||
data={this.state.data}/> :
|
||||
<div>No Data found!</div>}
|
||||
<div className={style.rightinfo}>
|
||||
|
||||
|
Reference in New Issue
Block a user