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