mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(potions): remove EVENT
This commit is contained in:
parent
69c0488335
commit
8b9b79db8e
1 changed files with 0 additions and 4 deletions
|
|
@ -400,13 +400,9 @@ const premium = {
|
|||
value: 2,
|
||||
text: t('hatchingPotionRoseGold'),
|
||||
limited: true,
|
||||
event: EVENTS.potions202402,
|
||||
_addlNotes: t('eventAvailability', {
|
||||
date: t('dateEndFebruary'),
|
||||
}),
|
||||
canBuy () {
|
||||
return moment().isBetween(EVENTS.potions202402.start, EVENTS.potions202402.end);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue