mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-12 14:28:46 -05:00
got me again dammit
This commit is contained in:
@@ -19,9 +19,11 @@ export default function RecentlyPlayed(): React.JSX.Element {
|
||||
return (
|
||||
<ScrollView horizontal>
|
||||
{ data && data.map((recentlyPlayedTrack) => {
|
||||
<Stack>
|
||||
<Text>{recentlyPlayedTrack.Name}</Text>
|
||||
</Stack>
|
||||
return (
|
||||
<Stack>
|
||||
<Text>{recentlyPlayedTrack.Name}</Text>
|
||||
</Stack>
|
||||
)
|
||||
})}
|
||||
</ScrollView>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user