Merge branch 'release' into develop
This commit is contained in:
@@ -515,7 +515,7 @@ export default {
|
||||
return 45 - moment().diff(moment(this.user.flags.lastFreeRebirth), 'days');
|
||||
},
|
||||
nonSubscriberHourglasses () {
|
||||
return (!this.user.purchased.plan.customerId && this.getPriceClass() === 'hourglasses');
|
||||
return (!this.user.purchased.plan.customerId && !this.user.purchased.plan.consecutive.trinkets && this.getPriceClass() === 'hourglasses');
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user