fix(stable): correctly suppress hatching modal
This commit is contained in:
+1
-1
Submodule habitica-images updated: f421a923f8...64576bc4e5
@@ -879,7 +879,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.user.preferences.suppressModals.raisePet) {
|
||||
if (this.user.preferences.suppressModals.hatchPet) {
|
||||
this.hatchPet(pet);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user