Update SearchView.tsx var name

This commit is contained in:
Amaury
2024-01-08 12:24:38 +01:00
committed by GitHub
parent eb245118dc
commit 9416393618

View File

@@ -79,7 +79,7 @@ const MusicListNoOpti = ({ list }: { list: any[] }) => {
nestedScrollEnabled
style={styles.container}
ListHeaderComponent={headerComponent}
data={yes}
data={list}
renderItem={({ item }) => <MusicItem style={{ marginBottom: 2 }} {...item} />}
keyExtractor={(item) => item.artist + item.song}
/>