Skip to content

Commit fadafca

Browse files
committed
remove comment
1 parent 3740287 commit fadafca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/react-components/src/components/Navbar

packages/react-components/src/components/Navbar/Navbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export interface NavbarProps extends React.HTMLAttributes<HTMLElement> {
1313
type NavbarSize = NonNullable<NavbarProps["size"]>;
1414

1515
/* Allowlist of components which will receive the size prop from Navbar */
16-
/* TODO: add Menu to this list */
1716
const sizableChildTypes = [Button, Link] as const;
1817

1918
/* Clone children and inject size prop */

0 commit comments

Comments
 (0)