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