Show loading spinner when outfit data is loading
A pretty easy tweak, phew!
This commit is contained in:
parent
102a29fefd
commit
95d94a4844
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ function WardrobePage() {
|
||||||
<WardrobePageLayout
|
<WardrobePageLayout
|
||||||
preview={
|
preview={
|
||||||
<OutfitPreview
|
<OutfitPreview
|
||||||
|
isLoading={loading}
|
||||||
speciesId={outfitState.speciesId}
|
speciesId={outfitState.speciesId}
|
||||||
colorId={outfitState.colorId}
|
colorId={outfitState.colorId}
|
||||||
pose={outfitState.pose}
|
pose={outfitState.pose}
|
||||||
|
|
Loading…
Reference in a new issue