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}