From ed1c32e0dbc7f57df59e1c5dfef334b60b124879 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 19 Oct 2020 00:06:45 -0400 Subject: [PATCH] fix --- src/facilities/incubator/incubatorInteract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 2c522f37a17..a86bb80da75 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -22,7 +22,7 @@ App.UI.incubator = function() { el.append(intro()); el.append(mothers()); el.append(tankSettings()); - //el.append(tankBabies()); + el.append(tankBabies()); return el; -- GitLab