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