Skip to content

Commit

Permalink
PROD-2481 fix build issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucano Vera committed Aug 14, 2024
1 parent 32b67cf commit 0b21ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/admin-ui/src/features/common/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const Breadcrumbs = ({
{breadcumbItem.link ? (
<BreadcrumbLink
as={NextLink}
// @ts-ignore - href for chakra expects string, but can also pass a URL Object because we're using as={NextLink}.
href={breadcumbItem.link}
isCurrentPage={isLast}
>
Expand Down

0 comments on commit 0b21ec2

Please sign in to comment.