#56 Afficher valeur réussites

This commit is contained in:
2020-12-15 23:37:35 +01:00
parent 62f2a21c01
commit 77ff393a59
2 changed files with 3 additions and 2 deletions

View File

@ -258,6 +258,7 @@ export class RdDResolutionTable {
for (var rowIndex = minCarac; rowIndex <= maxCarac; rowIndex++) {
table.append(this._buildHTMLRow(this.resolutionTable[rowIndex], rowIndex, caracValue, levelValue, minLevel, maxLevel));
}
table.append("</table>");
return table;
}