mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: typo description => descriptionn
This commit is contained in:
parent
b9fd968735
commit
87c32015a4
@ -18,7 +18,7 @@ export const AppsLinkList = ({ apps }) => (
|
||||
<Link to={`/applications/${appName}`} className={[styles.listLink, styles.truncate].join(' ')}>
|
||||
{appName}
|
||||
<span className={['mdl-list__item-sub-title', styles.truncate].join(' ')}>
|
||||
{description || 'No descriptionn'}
|
||||
{description || 'No description'}
|
||||
</span>
|
||||
</Link>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user