Skip to content
Snippets Groups Projects
Commit 6e2c2329 authored by Adam Procter's avatar Adam Procter
Browse files

removed old filter

parent 20c43b62
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,6 @@ export default {
// TODO: Can you filter here instead ?
myNodes: (state) => state.myNodes,
}),
nodesFiltered: function () {
return this.myNodes.myNodes.filter((nodes) => {
return nodes.node_deleted == false
})
},
},
mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment