Sortable playlists in thumbnail view
This commit is contained in:
@ -71,7 +71,7 @@ class LibraryPlaylists extends React.Component{
|
|||||||
}else{
|
}else{
|
||||||
return (
|
return (
|
||||||
<section className="grid-wrapper">
|
<section className="grid-wrapper">
|
||||||
<PlaylistGrid playlists={this.props.playlists} />
|
<PlaylistGrid playlists={playlists} />
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user