mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(rebirth): add missing await #15300 @CuriousMagpie
This commit is contained in:
parent
a84ee8497b
commit
88558e6b98
1 changed files with 2 additions and 2 deletions
|
|
@ -534,7 +534,7 @@
|
|||
color: $white;
|
||||
height: 2rem;
|
||||
line-height: 16px;
|
||||
margin: auto -1rem -1rem;
|
||||
margin: 24px auto -24px;
|
||||
}
|
||||
|
||||
.gems-left {
|
||||
|
|
@ -847,7 +847,7 @@ export default {
|
|||
}
|
||||
if (this.genericPurchase) {
|
||||
this.makeGenericPurchase(this.item, 'buyModal', this.selectedAmountToBuy);
|
||||
this.purchased(this.item.text);
|
||||
await this.purchased(this.item.text);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue