Show loading spinner when outfit data is loading

A pretty easy tweak, phew!
This commit is contained in:
Emi Matchu 2021-01-05 06:42:09 +00:00
parent 102a29fefd
commit 95d94a4844

View file

@ -62,6 +62,7 @@ function WardrobePage() {
<WardrobePageLayout
preview={
<OutfitPreview
isLoading={loading}
speciesId={outfitState.speciesId}
colorId={outfitState.colorId}
pose={outfitState.pose}