Skip to content

Commit eb20376

Browse files
committed
lint
1 parent 758c703 commit eb20376

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib/fragments/AgGrid.react.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,10 +1431,7 @@ export function DashAgGrid(props) {
14311431

14321432
// Handle pagination actions
14331433
useEffect(() => {
1434-
if (
1435-
gridApi &&
1436-
(props.paginationGoTo || props.paginationGoTo === 0)
1437-
) {
1434+
if (gridApi && (props.paginationGoTo || props.paginationGoTo === 0)) {
14381435
paginationGoTo();
14391436
}
14401437
}, [props.paginationGoTo, gridApi, prevGridApi, paginationGoTo]);

0 commit comments

Comments
 (0)