1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
This commit is contained in:
sveisvei 2016-12-23 08:52:09 +01:00
parent 2402003d99
commit cfba3b306c

View File

@ -78,7 +78,9 @@ class ClientApplications extends PureComponent {
</ListItemContent> </ListItemContent>
</ListItem> : </ListItem> :
<ListItem twoLine key={i}> <ListItem twoLine key={i}>
<ListItemContent icon={<span><Switch disabled checked={!!enabled} /></span>} subtitle={shorten(description, 60)}> <ListItemContent
icon={<span><Switch disabled checked={!!enabled} /></span>}
subtitle={shorten(description, 60)}>
<Link to={`/features/view/${name}`}> <Link to={`/features/view/${name}`}>
{shorten(name, 50)} {shorten(name, 50)}
</Link> </Link>