Skip to content

Commit

Permalink
fix: download props
Browse files Browse the repository at this point in the history
  • Loading branch information
yb6b committed Oct 3, 2023
1 parent 3ac492a commit c2a1494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/VV9-27/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const data: [string, string][][] = [
---

<Layout>
<Download data="{data}" />
<Download data={data} />
</Layout>

0 comments on commit c2a1494

Please sign in to comment.