@kodiak-finance/orderly-portfolio 2.8.22-beta.1 → 2.8.22-beta.2

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.mjs CHANGED
@@ -6566,6 +6566,13 @@ var PortfolioLayoutMobile = (props) => {
6566
6566
  ...props.mainNavProps,
6567
6567
  current: props?.current,
6568
6568
  subItems: props?.items,
6569
+ leftNav: {
6570
+ ...props.mainNavProps?.leftNav,
6571
+ menus: [
6572
+ ...props.mainNavProps?.leftNav?.menus || [],
6573
+ ...props?.items || []
6574
+ ]
6575
+ },
6569
6576
  routerAdapter: props.routerAdapter
6570
6577
  }
6571
6578
  ) }),