Skip to content

Commit

Permalink
chore: remove map on data page
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed May 1, 2024
1 parent ec2fb3c commit 664f237
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/data.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ const files = await getCollection("data")
<Layout title="Data" description="Data files and information">
<div class="flex flex-col">
<p>Download</p>
<ul>
{files.map((file) => <li>{file.data.title}</li>)}
</ul>
<DataTable allFiles={files} client:only="react" />
<DownloadModal client:only="react" />
</div>
Expand Down

0 comments on commit 664f237

Please sign in to comment.