Skip to content

Commit

Permalink
fix: Tutorial step 3 is locked (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Jan 23, 2024
1 parent c075e2f commit 66f0ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/CreatePortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const CreatePortal: FunctionComponent<SDKDemoProps> = ({ veraxSdk, getTxHash })

return (
<>
<button onClick={createPortal} disabled={!isConnected || !txHash}>
<button onClick={createPortal} disabled={!isConnected}>
Send transaction
</button>
{txHash && <p>{`Transaction with hash ${txHash} sent!`}</p>}
Expand Down

0 comments on commit 66f0ca1

Please sign in to comment.