big-white-calendar
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -42,2 +42,6 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } | ||
header = data.map(function (arr) { | ||
if (!arr.length) { | ||
return; | ||
} | ||
var item = arr.length > 1 ? arr.find(function (c) { | ||
@@ -54,2 +58,4 @@ return contrastSameDay(c.issue_start_time, currentTime); | ||
}; | ||
}).filter(function (c) { | ||
return c; | ||
}); | ||
@@ -56,0 +62,0 @@ activeKey = header.findIndex(function (c) { |
{ | ||
"name": "big-white-calendar", | ||
"description": "big-white-calendar", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55013
678