Skip to content

Commit adef94c

Browse files
committed
fix: update tests and fix linting
1 parent 2f1b347 commit adef94c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/table/components/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class Table<T> extends React.PureComponent<ITableProps, ITableState> {
6565

6666
this.state = {
6767
isScroll: false
68-
}
68+
};
6969
}
7070

7171
public render() {

packages/table/tests/__snapshots__/Table.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ exports[`Table renders again with new data 1`] = `
5656
height={0}
5757
hideBottomLeftGridScrollbar={true}
5858
hideTopRightGridScrollbar={true}
59+
onScrollbarPresenceChange={[Function]}
5960
rowCount={4}
6061
rowHeight={35}
6162
scrollToColumn={-1}
@@ -128,6 +129,7 @@ exports[`Table renders again with new data 2`] = `
128129
height={0}
129130
hideBottomLeftGridScrollbar={true}
130131
hideTopRightGridScrollbar={true}
132+
onScrollbarPresenceChange={[Function]}
131133
rowCount={4}
132134
rowHeight={35}
133135
scrollToColumn={-1}

0 commit comments

Comments
 (0)