1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

link to feature view

This commit is contained in:
sveisvei 2016-12-22 10:43:25 +01:00
parent 4f363a7aa0
commit 60807560d6

View File

@ -79,8 +79,7 @@ class ClientApplications extends PureComponent {
</ListItem> :
<ListItem twoLine key={i}>
<ListItemContent icon={<span><Switch disabled checked={!!enabled} /></span>} subtitle={description}>
<Link to={`/features/edit/${name}`}>
<Link to={`/features/view/${name}`}>
{name}
</Link>
</ListItemContent>