Skip to content

Commit

Permalink
Fix BlockDetail verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lubej committed Jun 21, 2023
1 parent e7a1e3a commit b1e6a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/BlockDetailPage/TransactionsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const TransactionList: FC<{ scope: SearchScope; blockHeight: number }> = ({ scop
isTotalCountClipped: transactionsQuery.data?.data.is_total_count_clipped,
rowsPerPage: NUMBER_OF_ITEMS_ON_SEPARATE_PAGE,
}}
verbose={false}
/>
)
}
Expand Down

0 comments on commit b1e6a39

Please sign in to comment.