Skip to content

Commit

Permalink
Correction in label 'Grant to:' for Grant proposal. (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup authored Oct 20, 2023
1 parent a38c412 commit 4b7068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/instructions/programs/voteStakeRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const grantIx = (programId: PublicKey) => ({
<>
{decodedInstructionData ? (
<div className="space-y-3">
<div>Grant to: {accounts[8].pubkey.toBase58()}</div>
<div>Grant to: {accounts[3].pubkey.toBase58()}</div>
<div>Lock type: {lockupKind}</div>
<div>
Amount:{' '}
Expand Down

1 comment on commit 4b7068f

@vercel
Copy link

@vercel vercel bot commented on 4b7068f Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.