Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jul 23, 2024
1 parent 346cbb3 commit 17b1e48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Components/Tailwind/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ export default function Table({
}

useEffect(() => {
if (shouldLoadMore()) {
setNumberVisibleParticipants(getNumberVisibleParticipants());
}

function onScroll() {
if (shouldLoadMore()) {
setNumberVisibleParticipants(getNumberVisibleParticipants());
Expand Down

0 comments on commit 17b1e48

Please sign in to comment.