From d0839859b577db566b3fcf5c8118d3bd32f43fd1 Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 8 Jul 2024 18:41:17 -0500 Subject: [PATCH] feat: serial tags on collectibles inventory tab --- js/account/inventory.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/js/account/inventory.js b/js/account/inventory.js index 97040e5..2766fdb 100755 --- a/js/account/inventory.js +++ b/js/account/inventory.js @@ -277,19 +277,26 @@ async function CollectibleCategory() { } Collectibles.forEach(item => { - item = item.asset + item = item const ItemColumn = document.createElement('div') ItemColumn.classList = 'px-0' ItemColumn.innerHTML = ` - +
Limited
- + + #${item.serial}
- ${item.name} + ${item.asset.name}