diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js
index 2ee1af0..bcf542d 100644
--- a/src/app/ItemPage.js
+++ b/src/app/ItemPage.js
@@ -760,22 +760,25 @@ function ItemPageOutfitPreview({ itemId }) {
{
// Wait for us to start _requesting_ the appearance, and _then_
// for it to load, and _then_ check compatibility.
- !loadingGQL && !appearance.loading && !isCompatible && (
-
-
-
- )
+ !loadingGQL &&
+ !appearance.loading &&
+ petState.isValid &&
+ !isCompatible && (
+
+
+
+ )
}