Skip to content

Commit

Permalink
fix: microblocks tx counter at keyblock condensed (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov authored Nov 15, 2023
1 parent be078b7 commit 1b29ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KeyblockMicroblocksTableCondensed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</th>
<td class="keyblock-microblocks-table-condensed__data">
<div>
{{ microblock.microblockTransactionsCount }}
{{ microblock.transactionsCount }}
</div>
</td>
</tr>
Expand Down

0 comments on commit 1b29ddf

Please sign in to comment.