mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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}
|
||||
<ConditionallyRender
|
||||
condition={Boolean(link && linkText)}
|
||||
show={<Link to="/features/create">Add your first toggle</Link>}
|
||||
show={<Link to={link}>Add your first toggle</Link>}
|
||||
/>
|
||||
</ListItem>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user