Skip to content

Commit 238ef85

Browse files
committed
add download count
1 parent cfd6524 commit 238ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/(user)/datasets/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ const DatasetsListing = () => {
418418
{
419419
icon: Icons.download,
420420
label: 'Download',
421-
value: '500',
421+
value: item.download_count.toString(),
422422
},
423423
{
424424
icon: Icons.globe,

0 commit comments

Comments
 (0)