Skip to content

Commit

Permalink
Merge pull request #937 from yaacov/better-page-header-sanity
Browse files Browse the repository at this point in the history
🧼 Better header page sanity
  • Loading branch information
yaacov authored Feb 21, 2024
2 parents b5e4e6a + d1203e0 commit 1bbe694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const PageHeadings: React.FC<PageHeadingsProps> = ({
actions,
}) => {
const status = data?.['status']?.phase;
const groupVersionKind = data && getGroupVersionKindForResource(data);
const groupVersionKind = data?.kind && getGroupVersionKindForResource(data);

return (
<div className="co-m-nav-title co-m-nav-title--detail forklift-page-headings">
Expand Down

0 comments on commit 1bbe694

Please sign in to comment.