fix: type error

This commit is contained in:
imeepos 2026-01-29 18:49:28 +08:00
parent 8f33ade8df
commit 59ba6a3c56
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function RefreshableFavorites() {
data={favorites} data={favorites}
refreshing={loading} refreshing={loading}
onRefresh={handleRefresh} onRefresh={handleRefresh}
// ... renderItem={({ item }) => <FavoriteItem favorite={item} />}
/> />
) )
} }