Skip to content

Commit

Permalink
used wrong boolean flag in dependency array
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Oct 24, 2024
1 parent 847a68f commit bec7dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const useVerificationOAuthHandler = (): UseVerificationOAuthHandlerReturn
setDialogProps(newProps)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [data, isDentityProfileLoading, error])
}, [data, isLoading, error])

return {
dialogProps,
Expand Down

0 comments on commit bec7dab

Please sign in to comment.