diff --git a/src/app/WardrobePage/support/ItemSupportDrawer.js b/src/app/WardrobePage/support/ItemSupportDrawer.js index dd22a76..6ca803f 100644 --- a/src/app/WardrobePage/support/ItemSupportDrawer.js +++ b/src/app/WardrobePage/support/ItemSupportDrawer.js @@ -77,6 +77,7 @@ function ItemSupportDrawer({ item, isOpen, onClose }) { + @@ -232,6 +233,22 @@ function ItemSupportSpecialColorFields({ item }) { ); } +function ItemSupportPetCompatibilityRuleFields({ item }) { + return ( + + Pet compatibility rule + + + By default, we assume Background-y zones fit all pets the same. When + items don't follow that rule, we can override it. + + + ); +} + /** * NOTE: This component takes `outfitState` from context, rather than as a prop * from its parent, for performance reasons. We want `Item` to memoize