From 11168672244b340d851b3fe91358a3d4e6b830e9 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 9 Oct 2024 11:52:32 +0200 Subject: [PATCH] refactor: rename functions and labels --- src/pages/sign/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 && ( - )}