fix: type error
This commit is contained in:
@@ -91,7 +91,7 @@ function RefreshableFavorites() {
|
|||||||
data={favorites}
|
data={favorites}
|
||||||
refreshing={loading}
|
refreshing={loading}
|
||||||
onRefresh={handleRefresh}
|
onRefresh={handleRefresh}
|
||||||
// ...
|
renderItem={({ item }) => <FavoriteItem favorite={item} />}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user