Skip to content

Commit 01ba1a6

Browse files
committed
fix lint
1 parent b2d8865 commit 01ba1a6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/@react-spectrum/s2/src/TableView.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1913,7 +1913,12 @@ const rowTextColor = {
19131913

19141914
const row = style<
19151915
RowRenderProps &
1916-
S2TableProps & {isInFooter?: boolean; isNextSelected?: boolean; isPrevSelected?: boolean}
1916+
S2TableProps & {
1917+
isInFooter?: boolean;
1918+
isNextSelected?: boolean;
1919+
isPrevSelected?: boolean;
1920+
isFirstItem?: boolean;
1921+
}
19171922
>({
19181923
height: 'full',
19191924
position: 'relative',

0 commit comments

Comments
 (0)