diff --git a/.changelog/574.bugfix.md b/.changelog/574.bugfix.md new file mode 100644 index 0000000000..71de4d355a --- /dev/null +++ b/.changelog/574.bugfix.md @@ -0,0 +1 @@ +Fix BlockDetailPage verbose flag diff --git a/src/app/pages/BlockDetailPage/TransactionsCard.tsx b/src/app/pages/BlockDetailPage/TransactionsCard.tsx index 65b670b69f..3b241c00ab 100644 --- a/src/app/pages/BlockDetailPage/TransactionsCard.tsx +++ b/src/app/pages/BlockDetailPage/TransactionsCard.tsx @@ -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} /> ) }