Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gpichot committed Mar 20, 2023
1 parent 93c8630 commit afe564f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ActiveQuery = ({
promise?.catch(noop)
}

const currentErrorTypeName = useMemo(() => {
const currentErrorTypeName = React.useMemo(() => {
if (activeQuery && activeQueryState?.error) {
const errorType = errorTypes.find(
(type) =>
Expand Down

0 comments on commit afe564f

Please sign in to comment.