mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
fix(stable): correctly suppress hatching modal
This commit is contained in:
parent
c481354f78
commit
c83a8c9766
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f421a923f836a61f28e2a388fb04120292444c30
|
||||
Subproject commit 64576bc4e56d27d61a3b9d6037b60fa1cc56d477
|
||||
|
|
@ -879,7 +879,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.user.preferences.suppressModals.raisePet) {
|
||||
if (this.user.preferences.suppressModals.hatchPet) {
|
||||
this.hatchPet(pet);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue