@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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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,
|
|
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 {
|