mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
Merge branch 'main' into feat/addons
This commit is contained in:
commit
7bf7e8a47f
@ -17,7 +17,7 @@ const ListPlaceholder = ({ text, link, linkText }: IListPlaceholderProps) => {
|
|||||||
{text}
|
{text}
|
||||||
<ConditionallyRender
|
<ConditionallyRender
|
||||||
condition={Boolean(link && linkText)}
|
condition={Boolean(link && linkText)}
|
||||||
show={<Link to="/features/create">Add your first toggle</Link>}
|
show={<Link to={link}>Add your first toggle</Link>}
|
||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user