refactor: Pictured
This commit is contained in:
parent
cf39008681
commit
d8fa658b32
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user