Skip to content

Commit

Permalink
Update fortnite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacon_Space authored Dec 13, 2023
1 parent f41e9ed commit c7b4f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fortnite.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@

// Display cosmetic name, rarity, and description
listItem.innerHTML += ` - <strong>${cosmetic.name}</strong><br>${cosmetic.description}`;
listItem.innerHTML += `<br>Type: ${cosmetic.readableType} `;
listItem.innerHTML += `<br>Slug: ${cosmetic.slug} `;

// Add price if available
if (cosmetic.price ) {
Expand Down

0 comments on commit c7b4f5d

Please sign in to comment.