Skip to content

Commit

Permalink
chore: update state name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored and ismay committed Apr 5, 2022
1 parent 602b5e0 commit 7658059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/data/src/react/hooks/useDataQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const useDataQuery = (
}
})

// Trigger a react-query refetch by incrementing refetchCount state
// Trigger a react-query refetch by incrementing variablesUpdateCount state
setVariablesUpdateCount(prevCount => prevCount + 1)

return refetchPromise
Expand Down

0 comments on commit 7658059

Please sign in to comment.