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