Skip to content

Commit 5dde070

Browse files
committed
refactor(components): solve TODO
1 parent cd934cc commit 5dde070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/src/preact/components/features-over-time-grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function FeaturesOverTimeGrid<F>({
7474
const dates = data.getSecondAxisKeys();
7575

7676
const featureHeader = columnHelper.accessor((row) => row.feature, {
77-
id: 'mutation', // TODO - I want to change this, but not sure where it is used
77+
id: 'feature',
7878
header: () => <span>{rowLabelHeader}</span>,
7979
cell: ({ getValue }) => featureRenderer.renderRowLabel(getValue()),
8080
});

0 commit comments

Comments
 (0)