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

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
@@ -6573,6 +6573,13 @@ var PortfolioLayoutMobile = (props) => {
6573
6573
  ...props.mainNavProps,
6574
6574
  current: props?.current,
6575
6575
  subItems: props?.items,
6576
+ leftNav: {
6577
+ ...props.mainNavProps?.leftNav,
6578
+ menus: [
6579
+ ...props.mainNavProps?.leftNav?.menus || [],
6580
+ ...props?.items || []
6581
+ ]
6582
+ },
6576
6583
  routerAdapter: props.routerAdapter
6577
6584
  }
6578
6585
  ) }),