Skip to content

Commit

Permalink
Bug 1860858: About modal for regular user shouldn't error out
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadvig committed Jul 27, 2020
1 parent 9a3e2cb commit a014f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/about-modal.tsx
Expand Up @@ -41,7 +41,7 @@ const AboutModalItems: React.FC<AboutModalItemsProps> = ({ closeAboutModal, cv }
group: ClusterVersionModel.apiGroup,
resource: ClusterVersionModel.plural,
verb: 'patch',
name: clusterVersion.metadata.name,
name: clusterVersion?.metadata?.name,
});

return (
Expand Down

0 comments on commit a014f9c

Please sign in to comment.