mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-02 04:07:06 -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) => {
|
||||
row[field] = sizePrettify(row[field]);
|
||||
});
|
||||
};
|
||||
}
|
||||
nodeStats.push({ ...row, icon: '' });
|
||||
});
|
||||
colData = getColumn(data.columns, false);
|
||||
|
Loading…
Reference in New Issue
Block a user