Skip to content

Commit

Permalink
Add events tab to block_metadata_txn (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario authored Aug 31, 2023
1 parent af57548 commit fe1515b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Transaction/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getTabValues(transaction: Types.Transaction): TabValue[] {
"changes",
];
case "block_metadata_transaction":
return ["blockMetadataOverview", "changes"];
return ["blockMetadataOverview", "events", "changes"];
case "state_checkpoint_transaction":
return ["stateCheckpointOverview"];
case "pending_transaction":
Expand Down

0 comments on commit fe1515b

Please sign in to comment.