fix(content): correct last availability of flowerpotions

This commit is contained in:
Sabe Jones
2021-05-11 16:30:47 -05:00
parent 2e64591f70
commit 79df18df68

View File

@@ -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);