From fc6258f6e9da88959a454135e61a0b0a113fa55a Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sat, 2 May 2020 23:16:26 -0700 Subject: [PATCH] fix a small mistake in OutfitPreview doAnimations --- src/app/OutfitPreview.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.