+ (
+ [
+ {
+ columnKey: 'time',
+ getCellValue: (row) => row.timestampMs,
+ label: stringGetter({ key: STRING_KEYS.TIME }),
+ renderCell: ({ timestampMs }) => (
+
+ ),
+ },
+ {
+ columnKey: 'action',
+ getCellValue: (row) => row.type?.name,
+ label: stringGetter({ key: STRING_KEYS.ACTION }),
+ renderCell: ({ type }) => (
-
-
-
-
- ),
- },
- {
- columnKey: 'action',
- getCellValue: (row) => row.type?.name,
- label: stringGetter({ key: STRING_KEYS.ACTION }),
- renderCell: ({ type }) => (
-