Rename leafes/nodes to topic

This commit is contained in:
Thomas Nordquist
2019-01-22 15:57:11 +01:00
parent 796233da18
commit 28cc72a868
7 changed files with 28 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ export const filterTopics = (filterStr: string) => (dispatch: Dispatch<any>, get
return Boolean(messageMatches)
}
const resultTree = tree.leafes()
const resultTree = tree.childTopics()
.filter(nodeFilter)
.map((node) => {
const clone = node.unconnectedClone()