Skip to content

Commit a7ed3c2

Browse files
committed
add missing brackets in menu items config
1 parent 6f05fdb commit a7ed3c2

File tree

1 file changed

+4
-2
lines changed
  • packages/bootstrap-shell/cra-template-bs/template/src/config

1 file changed

+4
-2
lines changed

packages/bootstrap-shell/cra-template-bs/template/src/config/menuItems.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ const menuItems = [
1717
path: '/',
1818
displayName: 'Dropdown with Link',
1919
nested: [
20-
path: '/',
21-
displayName: 'Dropdown Item'
20+
{
21+
path: '/',
22+
displayName: 'Dropdown Item'
23+
}
2224
]
2325
}
2426
]

0 commit comments

Comments
 (0)