@@ -202,6 +202,7 @@
}
function formatChannelTable(tableData) {
+ $('#checkChannelContent').children().remove();
let data;
if (typeof tableData == 'object') {
data = tableData;