This commit is contained in:
hjlarry
2025-09-25 16:56:06 +08:00
parent e240175116
commit 2c4977dbb1
3 changed files with 5 additions and 3 deletions

View File

@ -46,7 +46,7 @@ const Node: FC<NodeProps<LoopNodeType>> = ({
)
}
{
data._children!.length === 1 && (
data._children?.length === 1 && (
<AddBlock
loopNodeId={id}
loopNodeData={data}