dce-reactkit 3.2.2-beta.5 → 3.2.2-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -3314,7 +3314,7 @@ const LogReviewer = (props) => {
3314
3314
  // > Perform filters
3315
3315
  const logs = [];
3316
3316
  Object.keys(logMap).forEach((year) => {
3317
- Object.keys(logMap).forEach((month) => {
3317
+ Object.keys(logMap[year]).forEach((month) => {
3318
3318
  logMap[year][month].forEach((log) => {
3319
3319
  /* ----------- Date Filter ---------- */
3320
3320
  var _a;