mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
fix typo
This commit is contained in:
@@ -292,7 +292,7 @@ export function getPlanContext (user, now) {
|
|||||||
if (planMonths > 1) {
|
if (planMonths > 1) {
|
||||||
monthsTillNextHourglass = plan.consecutive.offset + 1;
|
monthsTillNextHourglass = plan.consecutive.offset + 1;
|
||||||
} else {
|
} else {
|
||||||
monthsTillNextHourglass = 3 - plan.perkMonthsCount;
|
monthsTillNextHourglass = 3 - plan.perkMonthCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
const possibleNextHourglassDate = moment(plan.dateUpdated)
|
const possibleNextHourglassDate = moment(plan.dateUpdated)
|
||||||
|
|||||||
Reference in New Issue
Block a user