shawenguan 2 år sedan
förälder
incheckning
d76441486e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Scripts/gandart/gandartComposite.js

+ 1 - 1
Scripts/gandart/gandartComposite.js

@@ -323,7 +323,7 @@ function setCompositeTaskMateListForDisplay(validCompositeGroups) {
         let group = validCompositeGroups[i];
         let rowText = `[${i}]`;
         for (let j = 0; j < group.length; j++) {
-            let mInfo = group[i];
+            let mInfo = group[j];
             rowText += `${mInfo.collectionName}x${mInfo.number},`;
         }
         disText += rowText.substring(0, rowText.length - 1) + '\n';