@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.js CHANGED
@@ -1382,7 +1382,7 @@ var NavMagazine = function NavMagazine(props) {
1382
1382
  return React__default.createElement(
1383
1383
  NavDropdown,
1384
1384
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
1385
- row.subQuery && row.subQuery.map(function (ddRow, ddItems, subIndex) {
1385
+ row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
1386
1386
  if (ddRow.type === 'divider') {
1387
1387
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
1388
1388
  } else {