@@ -4,7 +4,6 @@ let tagsFun = (instance, td, row, col, prop, value, cellProperties) => {
let arr = value || [],
dom = ``;
arr = arr.sort()
- debugger
arr.map((item, index) => {
if (index > 2) {