Skip to content

Commit

Permalink
fix: allow empty sidebarItems on install pages (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Dec 12, 2023
1 parent c4f3df0 commit 6814a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/product-downloads-view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const ProductDownloadsViewContent = ({
featuredTutorialCards,
sidecarMarketingCard,
sidecarHcpCallout,
sidebarMenuItems,
sidebarMenuItems = [],
installName,
} = pageContent
const currentProduct = useCurrentProduct()
Expand Down

1 comment on commit 6814a42

@vercel
Copy link

@vercel vercel bot commented on 6814a42 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.