Skip to content

Commit

Permalink
#44 modifications to crumbs popper
Browse files Browse the repository at this point in the history
  • Loading branch information
emekauja committed Nov 4, 2022
1 parent bbef177 commit d8db6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const CustomBreadcrumbsWithMenu = ({ breadcrumbs }) => {

return (
<React.Fragment>
{
{collapsedCrumbs && collapsedCrumbs.length > 1 && (
<Popper
id={id}
open={open}
Expand All @@ -166,7 +166,7 @@ export const CustomBreadcrumbsWithMenu = ({ breadcrumbs }) => {
))
: null}
</Popper>
}
)}
<Breadcrumbs
aria-label="breadcrumbs"
maxItems={_breadcrumbs.length}
Expand Down

0 comments on commit d8db6a5

Please sign in to comment.