1
0
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:
Thomas Heartman 2024-11-27 08:13:17 +01:00
parent b4ed341183
commit 7b8b716dae
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -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>