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
|
||||
preview={
|
||||
<OutfitPreview
|
||||
isLoading={loading}
|
||||
speciesId={outfitState.speciesId}
|
||||
colorId={outfitState.colorId}
|
||||
pose={outfitState.pose}
|
||||
|
|
Loading…
Reference in a new issue