Skip to content

Commit afa7000

Browse files
committed
Fix build
1 parent bce26e0 commit afa7000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/core/TopbarWrapper/TopbarWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const TopbarWrapper = ({ children }: TopbarWrapperProps) => {
9696
{children}
9797
</div>
9898
</nav>
99-
{showSticky && (
99+
{showSticky && stickyMenuData && (
100100
<StickyMenu
101101
{...stickyMenuData}
102102
className={`${isVisible ? 'top-topbar pt-2' : 'top-0'}`}

0 commit comments

Comments
 (0)