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