Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FireguiQueen authored Nov 26, 2023
1 parent b07b134 commit 4ffd789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ const drawListLength = draws.length;
const section = document.getElementById('draws');
for (let i = 0; i < drawListLength; i++)
{
const {name, file} = draws;
const {name, file} = draws[i];
section.innerHTML += CreatCard(name, file);
}

0 comments on commit 4ffd789

Please sign in to comment.