song length SongRow

This commit is contained in:
danis
2023-09-22 15:08:28 +02:00
parent b2fb497ecf
commit a81c0b83bb
+8
View File
@@ -55,6 +55,14 @@ const SongRow = ({ song, onPress, handleLike, isLiked }: SongRowProps) => {
>
{song.artistId ?? 'artist'}
</Text>
<Text
style={{
flexShrink: 0,
}}
fontSize={'sm'}
>
{song.details.length ?? '--.--'}
</Text>
</HStack>
<IconButton
colorScheme="rose"