fix(rebirth): add missing await #15300 @CuriousMagpie

This commit is contained in:
Sabe Jones 2024-08-29 08:42:26 -05:00
parent a84ee8497b
commit 88558e6b98

View file

@ -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);
}
}