mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
chore: add uids to download items
This commit is contained in:
@@ -11,8 +11,8 @@ const DownloadsScreen: React.FC = () => {
|
||||
return (
|
||||
<ScreenLayout title="Downloads">
|
||||
<ScrollView>
|
||||
{downloads.map((item, index) => (
|
||||
<DownloadItem key={index} {...item} />
|
||||
{downloads.map((item) => (
|
||||
<DownloadItem key={item.id} {...item} />
|
||||
))}
|
||||
</ScrollView>
|
||||
</ScreenLayout>
|
||||
|
Reference in New Issue
Block a user