Skip to content

Commit

Permalink
Merge pull request #281 from greymass/dev
Browse files Browse the repository at this point in the history
Fixed detection of actions
  • Loading branch information
aaroncox authored Nov 30, 2024
2 parents 41d17c9 + 7006edb commit 35c7164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// }
</script>

{#if data.transaction?.trx?.actions}
{#if data.transaction?.trx.trx?.actions}
{@const actions = data.transaction.trx.trx.actions as Action[]}
<table class="table-styles">
<thead>
Expand Down

0 comments on commit 35c7164

Please sign in to comment.