Skip to content

Commit d5776d0

Browse files
committed
show program id for unknown ix
1 parent cebc603 commit d5776d0

File tree

1 file changed

+7
-0
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/components/tabs

1 file changed

+7
-0
lines changed

governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,13 @@ const Proposal = ({
297297
</div>
298298
) : instruction instanceof UnrecognizedProgram ? (
299299
<>
300+
<div
301+
key={`${index}_programId`}
302+
className="flex justify-between"
303+
>
304+
<div>Program ID</div>
305+
<div>{instruction.instruction.programId.toBase58()}</div>
306+
</div>
300307
<div key={`${index}_data`} className="flex justify-between">
301308
<div>Data</div>
302309
<div>

0 commit comments

Comments
 (0)