diff --git a/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js b/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js index ab7f4e86..b0f5e039 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js +++ b/app/javascript/wardrobe-2020/WardrobePage/OutfitKnownGlitchesBadge.js @@ -29,7 +29,7 @@ function OutfitKnownGlitchesBadge({ appearance }) { item.appearance, ]).filter((l) => l.source === "item"); - if (compatibleItemLayers.length === 0) { + if (compatibleItemLayers.length === 0 && allItemLayers.length > 0) { glitchMessages.push( {item.name} isn't actually compatible with this special pet.