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 d0955be commit 2b15477Copy full SHA for 2b15477
src/scripts/PageHeader.tsx
@@ -178,7 +178,7 @@ export const PageHeaderHeading: FC<PageHeaderHeadingProps> = (props) => {
178
) : (
179
titlePart
180
)}
181
- {breadCrumbs && !legend && !rightActions ? infoPart : null}
+ {!breadCrumbs && !legend && !rightActions ? infoPart : null}
182
</div>
183
);
184
const content = figure ? (
0 commit comments