From e48a3969904c1ec9759a60e9b21f998569ce6b13 Mon Sep 17 00:00:00 2001 From: Stixx Date: Wed, 11 Sep 2024 17:29:47 +0200 Subject: [PATCH] fix: verify/sign link --- src/components/DisplaySigit/index.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/components/DisplaySigit/index.tsx b/src/components/DisplaySigit/index.tsx index 0b02383..7d9cd3b 100644 --- a/src/components/DisplaySigit/index.tsx +++ b/src/components/DisplaySigit/index.tsx @@ -48,14 +48,19 @@ export const DisplaySigit = ({ return (
- + {signedStatus === SigitStatus.Complete && ( + + )} + {signedStatus !== SigitStatus.Complete && ( + + )}

{title}

{submittedBy &&