(props)
| 35 | header: t('Event'), |
| 36 | size: 150, |
| 37 | cell(props) { |
| 38 | return props.row.original.alias ?? props.row.original.name; |
| 39 | }, |
| 40 | }), |
| 41 | ...props.groups.map((g) => { |
| 42 | return columnHelper.accessor(g.value, { |
nothing calls this directly
no test coverage detected