oof i hate this mongodb update thing
This commit is contained in:
parent
7dbf71e8a5
commit
5328af6265
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue