fix gen/gu planner (no trades)

This commit is contained in:
Bryce Allen
2021-03-04 16:40:29 -05:00
parent 8f357f72bf
commit 8ce30489cf
2 changed files with 2 additions and 0 deletions

View File

@@ -233,6 +233,7 @@
}
path["delta"] = delta;
path["component_list"].sort();
path["trade_names"] = [];
var html = template_path.render(path);
$("#results").append(html);
}