Fixed linter error.
parent
9e0998c4d5
commit
1711834229
|
@ -97,7 +97,7 @@ function getTableData(res, node) {
|
|||
node.statsPrettifyFields.forEach((field) => {
|
||||
row[field] = sizePrettify(row[field]);
|
||||
});
|
||||
};
|
||||
}
|
||||
nodeStats.push({ ...row, icon: '' });
|
||||
});
|
||||
colData = getColumn(data.columns, false);
|
||||
|
|
Loading…
Reference in New Issue