From 66f0ca1b96799bd300413c5fea2aea563f30e75d Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Tue, 23 Jan 2024 23:08:00 +0100 Subject: [PATCH] fix: Tutorial step 3 is locked (#540) --- website/src/components/CreatePortal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/CreatePortal.tsx b/website/src/components/CreatePortal.tsx index 52509079..43ddf398 100644 --- a/website/src/components/CreatePortal.tsx +++ b/website/src/components/CreatePortal.tsx @@ -40,7 +40,7 @@ const CreatePortal: FunctionComponent = ({ veraxSdk, getTxHash }) return ( <> - {txHash &&

{`Transaction with hash ${txHash} sent!`}

}