fix pet display

This commit is contained in:
Phillip Thelen
2024-06-28 16:59:13 +02:00
parent caf0cba9f2
commit cf353efdb7
@@ -175,7 +175,7 @@ export default {
return isAllowedToFeed(this.item, this.userItems);
},
itemClass () {
if (this.isOwned() || (this.mountOwned() && this.isHatchable()) || this.isSpecial()) {
if (this.isOwned() || this.isHatchable()) {
return '';
}
return 'GreyedOut';