diff --git a/src/app/OutfitPreview.js b/src/app/OutfitPreview.js index 7699bdb..b1c7e94 100644 --- a/src/app/OutfitPreview.js +++ b/src/app/OutfitPreview.js @@ -41,13 +41,12 @@ function OutfitPreview({ outfitState }) { export function OutfitLayers({ loading, visibleLayers, doAnimations = false }) { return ( - + {visibleLayers.map((layer) => ( // We manage the fade-in and fade-out separately! The fade-out // happens here, when the layer exits the DOM.