Skip to content

Commit

Permalink
Merge pull request #188 from swrobel/patch-1
Browse files Browse the repository at this point in the history
Update useSavedTracksContains comment
  • Loading branch information
jerelmiller authored Apr 30, 2024
2 parents e52b289 + 91fac72 commit 6581af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/useSavedTracksContains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const useSavedTracksContains = (ids: string[]) => {
// set of results above the fold and (hopefully) have the rest of the items
// fully loaded once the user scrolls down the page.
//
// We rely on the useFragment above to actually return the results for us.
// We rely on the useFragment below to actually return the results for us.
// This means we can ignore the result returned from this query and the
// queries loaded in useEffect.
useBackgroundQuery(SAVED_TRACKS_CONTAINS_QUERY, {
Expand Down

0 comments on commit 6581af4

Please sign in to comment.