mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Fixed typo in toggle link
This commit is contained in:
parent
57bbdedc04
commit
2c1c9bf8d6
@ -62,7 +62,7 @@ export const TogglesLinkList = ({ toggles }) => (
|
||||
{toggles.length > 0 && toggles.map(({ name, description = '-', icon = 'toggle' }) => (
|
||||
<ListItem twoLine key={name}>
|
||||
<ListItemContent avatar={icon} subtitle={description}>
|
||||
<Link key={name} to={`/features/edit//${name}`}>
|
||||
<Link key={name} to={`/features/edit/${name}`}>
|
||||
{name}
|
||||
</Link>
|
||||
</ListItemContent>
|
||||
|
Loading…
Reference in New Issue
Block a user