Skip to content

Instantly share code, notes, and snippets.

@ranwahle
Created July 2, 2019 10:18
Show Gist options
  • Save ranwahle/2ebf5cce24b7fd3e7dd99e18be767b81 to your computer and use it in GitHub Desktop.
Save ranwahle/2ebf5cce24b7fd3e7dd99e18be767b81 to your computer and use it in GitHub Desktop.
Map tree node
export const mapTreeNodes = (data = []) => data.map((item) => {
// Do somethong
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment