We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c58f9 commit fb3a6a7Copy full SHA for fb3a6a7
web/src/pages/Courts/CourtDetails/index.tsx
@@ -87,7 +87,7 @@ const CourtDetails: React.FC = () => {
87
<StyledCard>
88
<h1>{policy ? policy.name : <StyledSkeleton width={200} />}</h1>
89
<ButtonContainer>
90
- {items ? (
+ {items.length > 1 ? (
91
<StyledBreadcrumb items={items} />
92
) : (
93
<StyledBreadcrumbSkeleton>
0 commit comments