refactor: Pictured

This commit is contained in:
cha0s 2022-05-04 08:08:48 -05:00
parent cf39008681
commit d8fa658b32

View File

@ -26,7 +26,7 @@ const ItemSlotComponent = (props) => {
if (item) {
const backgroundImage = item.imageForSlot();
if (backgroundImage) {
backgroundImageUri = join(Image.root, backgroundImage.uri);
backgroundImageUri = backgroundImage.texture.baseTexture.resource.source.src;
}
if (qty > 9999) {
qtyClass = styles.e4;