From 9216f05b77121f4cafcd14a78bb1ff3f23a49d10 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 22 Feb 2020 02:51:41 -0800 Subject: [PATCH] fix preexisting error when familyTesting == 0 --- src/js/slaveInteract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/slaveInteract.js b/src/js/slaveInteract.js index bdb887cf37a..8989f10b62a 100644 --- a/src/js/slaveInteract.js +++ b/src/js/slaveInteract.js @@ -642,7 +642,7 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { let assayedSlave = getSlave(slave.relationTarget); const { - daughter: daughter2, mother: mother2 + daughter: daughter2, mother: mother2, sister: sister2 } = getPronouns(assayedSlave); if (isSlaveAvailable(assayedSlave)) { if (slave.relation === "mother") { -- GitLab