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/esm/index.js CHANGED
@@ -3306,7 +3306,7 @@ const LogReviewer = (props) => {
3306
3306
  // > Perform filters
3307
3307
  const logs = [];
3308
3308
  Object.keys(logMap).forEach((year) => {
3309
- Object.keys(logMap).forEach((month) => {
3309
+ Object.keys(logMap[year]).forEach((month) => {
3310
3310
  logMap[year][month].forEach((log) => {
3311
3311
  /* ----------- Date Filter ---------- */
3312
3312
  var _a;