mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
use displayName if available
This commit is contained in:
@@ -54,7 +54,7 @@ class PluginEntry extends React.Component<Props> {
|
||||
<CardColumn
|
||||
link="#"
|
||||
avatar={avatar}
|
||||
title={plugin.name}
|
||||
title={plugin.displayName ? plugin.displayName : plugin.name}
|
||||
description={plugin.description}
|
||||
contentRight={contentRight}
|
||||
footerLeft={footerLeft}
|
||||
|
||||
Reference in New Issue
Block a user