diff --git a/frontend/src/components/SongRow.tsx b/frontend/src/components/SongRow.tsx index 6d80ba7..b0bfe2d 100644 --- a/frontend/src/components/SongRow.tsx +++ b/frontend/src/components/SongRow.tsx @@ -39,7 +39,7 @@ const SongRow: React.FC = ({ song, playState, onDelete, onPlay }) const displayTitle = getDisplayTitle(song); return ( -