mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(content): correct last availability of flowerpotions
This commit is contained in:
@@ -102,7 +102,7 @@ const premium = {
|
||||
event: EVENTS.potions202105,
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndMay'),
|
||||
previousDate: t('mayYYYY', { year: 2016 }),
|
||||
previousDate: t('mayYYYY', { year: 2019 }),
|
||||
}),
|
||||
canBuy () {
|
||||
return moment().isBefore(EVENTS.potions202105.end);
|
||||
|
||||
Reference in New Issue
Block a user