mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Add typescript
(cherry picked from commit 910511dba03196f14bb238c8e15f060c12183c08) Closes #2185
This commit is contained in:
@@ -13,6 +13,7 @@ export function virtualTableSelectCellRenderer(cellProps) {
|
||||
} = cellProps;
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
<VirtualTableSelectCell
|
||||
key={cellKey}
|
||||
id={rowData.name}
|
||||
|
||||
@@ -13,6 +13,8 @@ export function headerRenderer(headerProps) {
|
||||
} = headerProps;
|
||||
|
||||
return (
|
||||
|
||||
// eslint-disable-next-line no-use-before-define
|
||||
<VirtualTableHeaderCell
|
||||
name={dataKey}
|
||||
{...columnData}
|
||||
|
||||
Reference in New Issue
Block a user