Skip to content

Commit

Permalink
Update packages/@react-spectrum/s2/src/Breadcrumbs.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Reid Barber <reid@reidbarber.com>
  • Loading branch information
snowystinger and reidbarber committed Aug 29, 2024
1 parent 95c60c8 commit 96d3cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@react-spectrum/s2/src/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ let BreadcrumbMenu = (props: {items: Array<Node<any>>, onAction: BreadcrumbsProp
let {direction} = useLocale();
let {size, isDisabled} = useContext(InternalBreadcrumbsContext);
// TODO localize See more
// somehow remove the "link out" icon in Menus?
return (
<UNSTABLE_CollectionRendererContext.Provider value={UNSTABLE_DefaultCollectionRenderer}>
<li className={breadcrumbStyles({size, isDisabled, isMenu: true})}>
Expand Down

0 comments on commit 96d3cb5

Please sign in to comment.