Don't show error pet preview for invalid pet state
We could also afford to figure out how to not request appearance data in this situation… but not showing the error message is a good first step lol!
This commit is contained in:
parent
9e49b6ae3e
commit
f11fbbb831
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
>
|
>
|
||||||
<Box>
|
<Box>
|
||||||
{preview}
|
{petState.isValid && preview}
|
||||||
<CustomizeMoreButton
|
<CustomizeMoreButton
|
||||||
speciesId={petState.speciesId}
|
speciesId={petState.speciesId}
|
||||||
colorId={petState.colorId}
|
colorId={petState.colorId}
|
||||||
|
|
Loading…
Reference in a new issue