Web: cleanup, remove unused parameter
This commit is contained in:
parent
01a81bb3dd
commit
dc7729cfed
@ -49,7 +49,7 @@ export default {
|
||||
{
|
||||
title: 'Updated', field: 'updated',
|
||||
sorter: 'alphanum', sorterParams: { alignEmptyValues: "top" },
|
||||
formatter(cell, formatterParams) { // eslint-disable-line no-unused-vars
|
||||
formatter(cell) {
|
||||
const cellValue = cell.getData().updated;
|
||||
// TODO: if any "{amount} {units} ago" shown, the table should be
|
||||
// refreshed every few {units}, so that it doesn't show any stale "4
|
||||
|
Loading…
x
Reference in New Issue
Block a user