diff --git a/ui/uiController.js b/ui/uiController.js
index 9ac677ac..5b77bb63 100644
--- a/ui/uiController.js
+++ b/ui/uiController.js
@@ -52,6 +52,7 @@ function addToSandwich(type, item){
// add the new subgoal to the sidebar
if (!foundIt) {
sidebarBody().find("#subgoalList").append(sideSubgoal);
+ sidebarBody().find("#treeInfo").show();
}
}