diff --git a/src/ItemsPanel.js b/src/ItemsPanel.js
index 5541e81..db70982 100644
--- a/src/ItemsPanel.js
+++ b/src/ItemsPanel.js
@@ -146,13 +146,13 @@ function OutfitHeading({ outfitState, dispatchToOutfit }) {
}
>
{({ isEditing, onRequestEdit }) => (
- <>
+
{!isEditing && (
)}
- >
+
)}
@@ -164,12 +164,10 @@ function OutfitHeading({ outfitState, dispatchToOutfit }) {
function OutfitNameEditButton({ onRequestEdit }) {
return (