|
|
@ -124,8 +124,8 @@ export function InventoryItem(props: IInventoryItemProps) { |
|
|
|
align={"center"} |
|
|
|
align={"center"} |
|
|
|
> |
|
|
|
> |
|
|
|
<Image src={HarmonyLogo} /> |
|
|
|
<Image src={HarmonyLogo} /> |
|
|
|
<Box style={{ position: 'absolute' }}> |
|
|
|
<Box style={{ position: 'absolute', bottom: '8px' }}> |
|
|
|
<Text style={{ opacity: 0.7 }}>No Image</Text> |
|
|
|
<Text style={{ opacity: 0.5 }}>No Image</Text> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
</ErrorPreview> |
|
|
|
</ErrorPreview> |
|
|
|
) : url ? ( |
|
|
|
) : url ? ( |
|
|
@ -146,8 +146,8 @@ export function InventoryItem(props: IInventoryItemProps) { |
|
|
|
align={"center"} |
|
|
|
align={"center"} |
|
|
|
> |
|
|
|
> |
|
|
|
<Image src={HarmonyLogo} /> |
|
|
|
<Image src={HarmonyLogo} /> |
|
|
|
<Box style={{ position: 'absolute' }}> |
|
|
|
<Box style={{ position: 'absolute', bottom: '8px' }}> |
|
|
|
<Text style={{ opacity: 0.7 }}>No Image</Text> |
|
|
|
<Text style={{ opacity: 0.5 }}>No Image</Text> |
|
|
|
</Box> |
|
|
|
</Box> |
|
|
|
</EmptyPreview> |
|
|
|
</EmptyPreview> |
|
|
|
)} |
|
|
|
)} |
|
|
|