mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
FIx infostand furni image
This commit is contained in:
parent
6411253bb0
commit
24356ff742
@ -258,7 +258,7 @@ export const InfoStandWidgetFurniView: FC<InfoStandWidgetFurniViewProps> = props
|
||||
<div className="position-absolute end-0">
|
||||
<RarityLevelView level={ furniData.stuffData.rarityLevel } />
|
||||
</div> }
|
||||
{ furniData.image.src.length &&
|
||||
{ furniData.image && furniData.image.src.length &&
|
||||
<img className="d-block mx-auto" src={ furniData.image.src } alt="" /> }
|
||||
</div>
|
||||
<hr className="m-0 my-1" />
|
||||
|
Loading…
Reference in New Issue
Block a user