diff --git a/src/components/playlist/PlaylistView.tsx b/src/components/playlist/PlaylistView.tsx index 65157af..c7ba771 100644 --- a/src/components/playlist/PlaylistView.tsx +++ b/src/components/playlist/PlaylistView.tsx @@ -302,7 +302,7 @@ const PlaylistView = ({ ...rest }) => { whiteSpace: 'nowrap', }} > - {data.comment ? data.comment : ' '} + {data.comment ? data.comment : }
@@ -310,11 +310,13 @@ const PlaylistView = ({ ...rest }) => { appearance="primary" size="lg" onClick={handlePlay} + disabled={localPlaylistData.length < 1} /> { return (