use displayName if available

This commit is contained in:
Sebastian Sdorra
2019-08-19 09:32:37 +02:00
parent 07e70794fb
commit 9ee56f8e38

View File

@@ -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}