Skip to content

Commit

Permalink
No playlists text fix C-2296 (#3189)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Apr 7, 2023
1 parent 0e44281 commit 83a6d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const PlaylistLibrary = ({
renderFolder={renderFolder}
/>
) : null}
{isEmpty(library?.contents) ? (
{isEmpty(library?.contents) && isEmpty(playlistsNotInLibrary) ? (
<div className={cn(navColumnStyles.link, navColumnStyles.disabled)}>
Create your first playlist!
</div>
Expand Down

0 comments on commit 83a6d36

Please sign in to comment.