Skip to content

Commit

Permalink
Merge pull request #1056 from microbiomedata/results-race-condition
Browse files Browse the repository at this point in the history
Fix results race condition
  • Loading branch information
marySalvi authored Sep 20, 2023
2 parents 631c823 + 1a7cd9d commit cfb7f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/use/usePaginatedResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default function usePaginatedResult<T>(
if (dataObjectFilter !== undefined) {
watch(dataObjectFilter, fetchResults, { deep: true });
}
fetchResults();
// ENDTODO

function setPage(newPage: number) {
Expand Down

0 comments on commit cfb7f86

Please sign in to comment.