mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Removed let from front end
This commit is contained in:
parent
280b720c13
commit
7d000d2cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ angular.module('habitrpg')
|
|||
var nextDueDates = Shared.shouldDo(new Date, task, options);
|
||||
if (!nextDueDates) return '';
|
||||
|
||||
let dateFormat = 'MM-DD-YYYY';
|
||||
var dateFormat = 'MM-DD-YYYY';
|
||||
if (user.preferences.dateFormat) dateFormat = user.preferences.dateFormat.toUpperCase();
|
||||
|
||||
var nextDue = nextDueDates.map(function (date) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue