Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

[Request] Do not show polygon if no children are provided. #252

Open
mindaugasnakrosis opened this issue Aug 12, 2020 · 0 comments
Open

Comments

@mindaugasnakrosis
Copy link

Do not show polygon of node:

image

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: []
        },
    ]
};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant