From abb0e942f2f478d400549fa6b8da06116c3eccc1 Mon Sep 17 00:00:00 2001 From: lukachi Date: Thu, 14 Mar 2024 17:10:32 +0200 Subject: [PATCH] remove test code --- src/contexts/ZkpContext/ZkpContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contexts/ZkpContext/ZkpContext.tsx b/src/contexts/ZkpContext/ZkpContext.tsx index a85e96a..4775290 100644 --- a/src/contexts/ZkpContext/ZkpContext.tsx +++ b/src/contexts/ZkpContext/ZkpContext.tsx @@ -235,7 +235,6 @@ const ZkpContextProvider: FC = ({ children, ...rest }) => { claimOffer: claimOffer, proofRequest: buildProofRequest(savedVCsByOffer[0].issuer, [ ...savedVCsByOffer[0].type, - 'yopta', ]), })