mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +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 parents = fetchedFeature.dependencies;
|
||||
|
||||
if (children.length > 0) {
|
||||
if (children?.length > 0) {
|
||||
return (
|
||||
<>
|
||||
<Box>Children</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user