Fixed linter error.

This commit is contained in:
Akshay Joshi 2022-03-22 15:06:13 +05:30
parent 9e0998c4d5
commit 1711834229

View File

@ -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);