Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri865 committed Jan 27, 2025
1 parent 9709a0d commit 4ecb631
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const useGridVirtualScroller = () => {
const [panels, setPanels] = React.useState(EMPTY_DETAIL_PANELS);

const isRtl = useRtl();
const rowsMeta = useGridSelector(apiRef, gridRowsMetaSelector);
const selectedRowsLookup = useGridSelector(apiRef, selectedIdsLookupSelector);
const currentPage = useGridVisibleRows(apiRef);
const mainRef = apiRef.current.mainElementRef;
Expand Down

0 comments on commit 4ecb631

Please sign in to comment.