migrate mobile with new endpoints
This commit is contained in:
@@ -28,7 +28,7 @@ export function SearchScreen() {
|
||||
{isLoading && <Text style={styles.loading}>Recherche en cours...</Text>}
|
||||
|
||||
<FlatList
|
||||
data={data?.data || []}
|
||||
data={data || []}
|
||||
renderItem={renderItem}
|
||||
keyExtractor={(item) => item.id}
|
||||
contentContainerStyle={styles.list}
|
||||
|
||||
Reference in New Issue
Block a user