mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
fix lint
This commit is contained in:
parent
2402003d99
commit
cfba3b306c
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user