Skip to content

Commit

Permalink
fix bad rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 6, 2025
1 parent 188fe47 commit e7bc229
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function column_getIndex<
return columns.findIndex((d) => d.id === column.id)
}

export function column_getIsFirstColumn_Internal<
export function column_getIsFirstColumn<
TFeatures extends TableFeatures,
TData extends RowData,
TValue extends CellData = CellData,
Expand All @@ -36,7 +36,7 @@ export function column_getIsFirstColumn_Internal<
return columns[0]?.id === column.id
}

export function column_getIsLastColumn_Internal<
export function column_getIsLastColumn<
TFeatures extends TableFeatures,
TData extends RowData,
TValue extends CellData = CellData,
Expand Down

0 comments on commit e7bc229

Please sign in to comment.