mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-21 13:47:39 +02:00
chore: conditional access
This commit is contained in:
parent
b4ed341183
commit
7b8b716dae
@ -223,7 +223,7 @@ const DependencyPreview: FC<{ feature: string; project: string }> = ({
|
|||||||
const children = fetchedFeature.children;
|
const children = fetchedFeature.children;
|
||||||
const parents = fetchedFeature.dependencies;
|
const parents = fetchedFeature.dependencies;
|
||||||
|
|
||||||
if (children.length > 0) {
|
if (children?.length > 0) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box>Children</Box>
|
<Box>Children</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user