diff --git a/src/pages/sign/index.tsx b/src/pages/sign/index.tsx index 9864259..dbbcd98 100644 --- a/src/pages/sign/index.tsx +++ b/src/pages/sign/index.tsx @@ -804,7 +804,7 @@ export const SignPage = () => { navigate(appPublicRoutes.verify) } - const handleExportSigit = async () => { + const handleEncryptedExport = async () => { if (Object.entries(files).length === 0 || !meta) return const zip = new JSZip() @@ -943,7 +943,7 @@ export const SignPage = () => { {signedStatus === SignedStatus.Fully_Signed && ( )} @@ -958,8 +958,8 @@ export const SignPage = () => { {isSignerOrCreator && ( - )}