Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Mar 29, 2024
1 parent 8bda0b8 commit b9dfb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const useCaptcha = (): [string | undefined, string?] => {
console.error('Error getting challenge response:', err);
});
}
}, [challenge, setResponse]);
}, [challenge, hasCaptchaFeature, setResponse]);

if (!hasCaptchaFeature) {
return ['XXXX.DUMMY.TOKEN.XXXX'];
Expand Down

0 comments on commit b9dfb8d

Please sign in to comment.