mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-22 19:39:25 -05:00
fix(g1g1): don't try to find Gems promo during bogo
This commit is contained in:
@@ -465,7 +465,7 @@ export default {
|
||||
};
|
||||
},
|
||||
isGemsPromoActive () {
|
||||
return Boolean(this.eventInfo);
|
||||
return Boolean(this.eventInfo?.gemsPromo);
|
||||
},
|
||||
gemsBlocks () {
|
||||
// We don't want to modify the original gems blocks when a promotion is running
|
||||
|
||||
Reference in New Issue
Block a user