Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2020-01-22 05:47:34 -06:00
3 changed files with 3 additions and 3 deletions
@@ -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: {