Skip to content

Commit

Permalink
Drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliv committed May 5, 2024
1 parent 10e7086 commit 728cef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DisplayMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default function DisplayMenu({
setOptionsViewport(null);
return;
}
const reservedRow = (options[0]?.stats !== undefined) ? 1 : 0;
setOptionsViewport(options.slice(_offset, _offset + _viewportHeight));
}, [options, _viewportHeight, _offset]);

Expand Down

0 comments on commit 728cef5

Please sign in to comment.