Add version to available plugins, too

This commit is contained in:
René Pfeuffer
2020-04-03 12:30:31 +02:00
parent e5452c06b9
commit d463c01ec3
2 changed files with 1 additions and 4 deletions

View File

@@ -88,10 +88,7 @@ class PluginEntry extends React.Component<Props, State> {
};
createFooterLeft = (plugin: Plugin) => {
if (!this.isInstallable()) {
return <small>{plugin.version}</small>;
}
return null;
};
createFooterRight = (plugin: Plugin) => {