oof i hate this mongodb update thing

This commit is contained in:
Proxyy587 2024-06-21 00:26:44 +05:30
parent 7dbf71e8a5
commit 5328af6265

View file

@ -78,8 +78,8 @@ const DownloadPage: React.FC = () => {
</TableHeader>
<TableBody>
{downloads
.slice()
.reverse()
.slice(10)
.map((download) => (
<TableRow key={download._id}>
<TableCell className="font-medium">{download.date}</TableCell>