π Description
The Newest Items carousel from the Home Page, sometimes is mixing up Items and NFTs, where it should only show Items.
π Details
This is due to the selector that puts together the home page carousel content, has a random logic of looking for the id (either item_id or nft_id) in the nftsById or itemsById map, not knowing if the id belongs to an item or nft, so if they collide (in this case they do), it will prioritize it as nft
E.g: The emote here in the first slot of the carousel is an NFT that has the same id of an item (pure coincide)

π Description
The
Newest Itemscarousel from the Home Page, sometimes is mixing up Items and NFTs, where it should only show Items.π Details
This is due to the selector that puts together the home page carousel content, has a random logic of looking for the
id(either item_id or nft_id) in thenftsByIdoritemsByIdmap, not knowing if the id belongs to an item or nft, so if they collide (in this case they do), it will prioritize it as nftE.g: The emote here in the first slot of the carousel is an NFT that has the same id of an item (pure coincide)