diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d383b21c4..4ae68625bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added -- Display plugin version for installed plugins ([#1089](https://github.com/scm-manager/scm-manager/pull/1089) +- Display version for plugins ([#1089](https://github.com/scm-manager/scm-manager/pull/1089) ### Changed - Simplified collapse state management of the secondary navigation ([#1086](https://github.com/scm-manager/scm-manager/pull/1086) diff --git a/scm-ui/ui-webapp/src/admin/plugins/components/PluginEntry.tsx b/scm-ui/ui-webapp/src/admin/plugins/components/PluginEntry.tsx index edc2e8d04d..3d056f578e 100644 --- a/scm-ui/ui-webapp/src/admin/plugins/components/PluginEntry.tsx +++ b/scm-ui/ui-webapp/src/admin/plugins/components/PluginEntry.tsx @@ -88,10 +88,7 @@ class PluginEntry extends React.Component { }; createFooterLeft = (plugin: Plugin) => { - if (!this.isInstallable()) { return {plugin.version}; - } - return null; }; createFooterRight = (plugin: Plugin) => {