Whoops, fix lint
This commit is contained in:
parent
de27c4297d
commit
3a4e5d7e13
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function PosePickerSupport({
|
|||
appearanceId,
|
||||
});
|
||||
}
|
||||
}, [providedAppearanceId, appearanceId]);
|
||||
}, [providedAppearanceId, appearanceId, pose, dispatchToOutfit]);
|
||||
|
||||
if (loading) {
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue