diff --git a/website/client/components/inventory/stable/index.vue b/website/client/components/inventory/stable/index.vue index 6164441187..b118f8f679 100644 --- a/website/client/components/inventory/stable/index.vue +++ b/website/client/components/inventory/stable/index.vue @@ -848,14 +848,14 @@ return `Pet Pet-${pet.key} ${pet.eggKey}`; } - if (pet.mountOwned()) { - return `GreyedOut Pet Pet-${pet.key} ${pet.eggKey}`; - } - if (pet.isHatchable()) { return 'PixelPaw'; } + if (pet.mountOwned()) { + return `GreyedOut Pet Pet-${pet.key} ${pet.eggKey}`; + } + return 'GreyedOut PixelPaw'; }, hasDrawerTabItems (index) {