refactoring

This commit is contained in:
frankknoll
2023-01-28 16:53:26 +01:00
parent 7880f5965c
commit be88823116

View File

@@ -134,7 +134,7 @@ class BatchCodeTableInitializer {
const uiContainer = document.createElement("div");
row.child(uiContainer).show();
tr.addClass('shown');
new HistogramView().show('FD6840', uiContainer);
new HistogramView().show(row.data()[1], uiContainer);
}
});
}