Skip to content

Commit

Permalink
remove small leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
daniela-buzatu committed Jan 8, 2024
1 parent 3e9412a commit d8e4651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reducers/computeRenderedRows.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export default function computeRenderedRows(state, scrollAnchor) {
*/
function calculateRenderedRowRange(state, scrollAnchor) {
const { bufferRowCount, maxAvailableHeight } = roughHeightsSelector(state);
const { rowOffsetIntervalTree } = state.getInternal();
const rowsCount = state.rowSettings.rowsCount;

if (rowsCount === 0) {
Expand Down

0 comments on commit d8e4651

Please sign in to comment.