diff --git a/src/app/WardrobePage/support/PosePickerSupport.js b/src/app/WardrobePage/support/PosePickerSupport.js index 3b0afb4..f7f3710 100644 --- a/src/app/WardrobePage/support/PosePickerSupport.js +++ b/src/app/WardrobePage/support/PosePickerSupport.js @@ -12,7 +12,6 @@ function PosePickerSupport({ speciesId, colorId }) { query PosePickerSupport($speciesId: ID!, $colorId: ID!) { petAppearances(speciesId: $speciesId, colorId: $colorId) { id - petStateId bodyId pose ...PetAppearanceForOutfitPreview @@ -44,8 +43,8 @@ function PosePickerSupport({ speciesId, colorId }) {