diff --git a/src/app/components/OutfitMovieLayer.js b/src/app/components/OutfitMovieLayer.js index fed69cd..12e4cc3 100644 --- a/src/app/components/OutfitMovieLayer.js +++ b/src/app/components/OutfitMovieLayer.js @@ -233,24 +233,28 @@ function OutfitMovieLayer({ return ( - {!movieIsLoaded && ( - // While the movie is loading, we show our image version as a - // placeholder, because it generally loads much faster. - // TODO: Show a loading indicator for this partially-loaded state? - - )} + {/* While the movie is loading, we show our image version as a + * placeholder, because it generally loads much faster. + * TODO: Show a loading indicator for this partially-loaded state? */} + );