Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
don't show kubernator version in title
Browse files Browse the repository at this point in the history
  • Loading branch information
nailgun committed Aug 7, 2020
1 parent 0ca817c commit 82d3cf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/App/PageTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ export default class PageTitle extends React.Component {

render() {
const {
appInfo: { version: appVersion } = {},
apiInfo: { gitVersion: apiVersion } = {},
} = this.props;

return (
<Helmet>
<title>
Kubernator
{appVersion ? ` v${appVersion}` : ''}
{apiVersion ? ` | API ${apiVersion}` : ''}
</title>
</Helmet>
Expand Down

0 comments on commit 82d3cf7

Please sign in to comment.