in components/RunCard.renderCell.tsx [135:144]
className: css(treeColumn.className, 'font-size'),
columnIndex,
})
}
// ROW MORE
const isMore = (item => item.onClick !== undefined) as (item: any) => item is More
if (isMore(data)) {
return columnIndex === 0
? ExpandableTreeCell({