diff --git a/app/src/WardrobePage.js b/app/src/WardrobePage.js index 760e1ea..2e569f1 100644 --- a/app/src/WardrobePage.js +++ b/app/src/WardrobePage.js @@ -192,10 +192,10 @@ function ItemsPanel({ zonesAndItems, onWearItem }) { {zonesAndItems.map(({ zoneName, items, wornItemId }) => ( - {zoneName} + @@ -240,19 +240,6 @@ function OutfitHeading() { ); } -function ItemsForZone({ zoneName, items, wornItemId, onWearItem }) { - return ( - - {zoneName} - - - ); -} - function Heading1({ children, ...props }) { return (