Skip to content

Commit 19a4b77

Browse files
update the comment
1 parent 5483a6d commit 19a4b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/NavList/NavList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const Group: React.FC<NavListGroupProps> = ({title, children, sx: sxProp = defau
260260
{/* Hide divider if the group is the first item in the list */}
261261
<ActionList.Divider sx={{'&:first-child': {display: 'none'}}} />
262262
<ActionList.Group {...props} sx={sxProp}>
263-
{/* Setting up the default value for the heading level. TODO: API update to give flexibility to NavList.Group */}
263+
{/* Setting up the default value for the heading level. TODO: API update to give flexibility to NavList.Group title's heading level */}
264264
<ActionList.GroupHeading as="h3">{title}</ActionList.GroupHeading>
265265
{children}
266266
</ActionList.Group>

0 commit comments

Comments
 (0)