1
0
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:
Ivar Conradi Østhus 2020-10-02 11:05:29 +02:00
parent b9fd968735
commit 87c32015a4

View File

@ -18,7 +18,7 @@ export const AppsLinkList = ({ apps }) => (
<Link to={`/applications/${appName}`} className={[styles.listLink, styles.truncate].join(' ')}> <Link to={`/applications/${appName}`} className={[styles.listLink, styles.truncate].join(' ')}>
{appName} {appName}
<span className={['mdl-list__item-sub-title', styles.truncate].join(' ')}> <span className={['mdl-list__item-sub-title', styles.truncate].join(' ')}>
{description || 'No descriptionn'} {description || 'No description'}
</span> </span>
</Link> </Link>
</span> </span>