diff --git a/front/components/SongRow.tsx b/front/components/SongRow.tsx index a2c0588..c300a46 100644 --- a/front/components/SongRow.tsx +++ b/front/components/SongRow.tsx @@ -55,6 +55,14 @@ const SongRow = ({ song, onPress, handleLike, isLiked }: SongRowProps) => { > {song.artistId ?? 'artist'} + + {song.details.length ?? '--.--'} +