mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-04 13:17:22 -06:00
Fixed linter error.
This commit is contained in:
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
Block a user