Skip to content

Commit

Permalink
feat(Breadcrumb): expose slot
Browse files Browse the repository at this point in the history
  • Loading branch information
assuncaocharles committed Sep 7, 2020
1 parent 1691104 commit e037733
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
useStyles,
useUnhandledProps,
getElementType,
childrenExist,
} from '@fluentui/react-bindings';
import {
commonPropTypes,
Expand Down Expand Up @@ -82,7 +81,6 @@ export const Breadcrumb = compose<'nav', BreadcrumbProps, BreadcrumbStylesProps,
}),
},
)}
<div role="list">{childrenExist(children) ? children : content}</div>
</ElementType>,
);

Expand Down

0 comments on commit e037733

Please sign in to comment.