shuffle button always on same position now
This commit is contained in:
2020-07-22 19:00:55 +02:00
parent e4b55a1c76
commit 1eddddcbac
3 changed files with 20 additions and 13 deletions

View File

@ -36,6 +36,7 @@ class VideoContainer extends React.Component {
{/*todo css for no items to show*/}
{this.state.loadeditems.length === 0 ?
"no items to show!" : null}
{this.props.children}
</div>
);
}