Commit 4d572980 authored by nanahira's avatar nanahira

only show route plans with nodes

parent c15e7d9e
...@@ -189,7 +189,7 @@ class InventoryBuilder { ...@@ -189,7 +189,7 @@ class InventoryBuilder {
addresses, addresses,
addressesString: this.getRoutePlanAddressesString(addresses) addressesString: this.getRoutePlanAddressesString(addresses)
} }
}); }).filter(plan => plan.addresses.length > 0);
return routePlans; return routePlans;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment