Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Jan 8, 2025
1 parent 4e0e369 commit 997571c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/blade/src/components/SideNav/SideNav.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ const _SideNav = (
};
}, []);

// const hasBanner = banner?.type && typeof banner.type === 'function' ? banner.type() : banner;

return (
<SideNavContext.Provider value={contextValue}>
{isMobile && onDismiss ? (
Expand Down

0 comments on commit 997571c

Please sign in to comment.