From 1d59c666117927ae5e07e03e47af7fa0b5384722 Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Thu, 16 May 2024 11:25:30 +0500 Subject: [PATCH] chore: formatter fix --- src/pages/verify/index.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index d808294..6ce6af8 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -147,8 +147,8 @@ export const VerifyPage = () => { Profile Image { }} /> - + {profile?.display_name || profile?.name || shorten(hexToNpub(pubkey))} {verifySignature && ( - + ({isValidSignature ? 'Valid' : 'Not Valid'} Signature) )} @@ -184,7 +184,7 @@ export const VerifyPage = () => { } else { toast.error(`Invalid export signature!`) return ( - + Invalid export signature ) @@ -201,12 +201,12 @@ export const VerifyPage = () => { {!meta && ( <> - + Select exported zip file setSelectedFile(value)} InputProps={{ @@ -218,7 +218,7 @@ export const VerifyPage = () => { {selectedFile && ( - @@ -245,7 +245,7 @@ export const VerifyPage = () => { gap: '15px' }} > - + Submitted By {displayUser(meta.submittedBy)} @@ -257,7 +257,7 @@ export const VerifyPage = () => { gap: '15px' }} > - + Exported By {displayExportedBy()} @@ -271,7 +271,7 @@ export const VerifyPage = () => { alignItems: 'flex-start' }} > - + Signers
    @@ -292,7 +292,7 @@ export const VerifyPage = () => { alignItems: 'flex-start' }} > - + Viewers
      @@ -312,7 +312,7 @@ export const VerifyPage = () => { alignItems: 'flex-start' }} > - + Files