We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714d09c commit d575872Copy full SHA for d575872
1 file changed
src/hooks/useCertGen.ts
@@ -41,7 +41,7 @@ export function useGenerateCertificate({
41
}
42
43
generateCertificateAndImage();
44
- }, [certificateDetails]);
+ }, []);
45
46
async function generateCertificate() {
47
try {
0 commit comments