diff --git a/website/client/src/components/inventory/stable/index.vue b/website/client/src/components/inventory/stable/index.vue index bce64e00be..101ad6f853 100644 --- a/website/client/src/components/inventory/stable/index.vue +++ b/website/client/src/components/inventory/stable/index.vue @@ -183,7 +183,7 @@
@@ -790,7 +790,7 @@ export default { const pets = this.listAnimals(animalGroup, 'pet', hideMissing, sortBy, searchText); // Don't group special - if (animalGroup.key === 'specialPets' || animalGroup.key === 'wackyPets') { + if (animalGroup.key === 'specialPets' || (animalGroup.key === 'wackyPets' && sortBy !== 'sortByColor')) { return { none: pets }; }