fix(g1g1): don't try to find Gems promo during bogo

This commit is contained in:
Kalista Payne
2024-10-24 15:41:43 -05:00
parent d3eea86bd7
commit eb2fc40d24
@@ -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