mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
chore: conditionally access children
This commit is contained in:
parent
88a44c03ba
commit
b4ed341183
@ -41,7 +41,7 @@ export const FlagExposure: FC<{
|
||||
onUncomplete={refetchFeature}
|
||||
/>
|
||||
|
||||
{feature.children.length > 0 ? (
|
||||
{feature?.children?.length > 0 ? (
|
||||
<FeatureArchiveNotAllowedDialog
|
||||
features={feature.children}
|
||||
project={project}
|
||||
|
Loading…
Reference in New Issue
Block a user