Do not show polygon of node:  If there are no children provided to the location (empty array). Example data object: ``` export default { name: 'react-treebeard', id: 1, toggled: true, children: [ { name: 'example', children: [] }, ] }; ```
Do not show polygon of node:
If there are no children provided to the location (empty array).
Example data object: