@mjhls/mjh-framework 1.0.17 → 1.0.18

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/index.es.js CHANGED
@@ -1375,7 +1375,7 @@ var NavMagazine = function NavMagazine(props) {
1375
1375
  return React__default.createElement(
1376
1376
  NavDropdown,
1377
1377
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
1378
- row.subQuery && row.subQuery.map(function (ddRow, ddItems, subIndex) {
1378
+ row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
1379
1379
  if (ddRow.type === 'divider') {
1380
1380
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
1381
1381
  } else {