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 : }